parent
1338e21da1
commit
4ca7e1c201
@ -0,0 +1,4 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<solid android:color="@color/transparent"/> |
||||||
|
</shape> |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<LinearLayout |
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
android:layout_width="144dp" |
||||||
|
android:layout_height="50dp" |
||||||
|
android:layout_marginStart="8dp" |
||||||
|
android:background="@drawable/rounded_board_background" |
||||||
|
android:gravity="center" |
||||||
|
android:orientation="horizontal" |
||||||
|
android:paddingStart="4dp" |
||||||
|
android:paddingEnd="0dp" /> |
||||||
|
|
||||||
|
<!--<androidx.constraintlayout.widget.ConstraintLayout--> |
||||||
|
<!--android:layout_width="match_parent"--> |
||||||
|
<!--android:layout_height="match_parent">--> |
||||||
|
|
||||||
|
<!--</androidx.constraintlayout.widget.ConstraintLayout>--> |
||||||
Loading…
Reference in new issue