code: Modification Main screen, Recycler View
This commit is contained in:
parent
fdc7db4065
commit
c8ff5e2795
app/src/main/res
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="@color/beige" />
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
@ -10,7 +10,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintGuide_percent="0.37" />
|
||||
app:layout_constraintGuide_percent="0.33" />
|
||||
|
||||
|
||||
<View
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:background="@drawable/button_grestroke_whiteback"
|
||||
android:background="@drawable/button_beigestroke_whitefill"
|
||||
android:layout_width="320dp"
|
||||
android:layout_height="80dp"
|
||||
android:orientation="vertical"
|
||||
|
Loading…
x
Reference in New Issue
Block a user