-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathP15_d.xml
25 lines (22 loc) · 864 Bytes
/
P15_d.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:background="@color/accent"
android:elevation="10dp"
android:id="@+id/card">
<TextView
android:id="@+id/mainText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentTop="true"
android:gravity="center"
android:textColor="@color/white"
android:textSize="18sp"
android:textStyle="bold" />
</RelativeLayout>