fixed ui elements
This commit is contained in:
parent
6f49545aba
commit
8ac71c9cac
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="50dp"
|
android:layout_height="45dp"
|
||||||
android:clickable="true">
|
android:clickable="true"
|
||||||
|
android:background="@drawable/customborder"
|
||||||
|
android:layout_marginBottom="5dp">
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
Loading…
Reference in a new issue