Background color
This commit is contained in:
parent
0b44878e7c
commit
687e66c742
|
|
@ -2,13 +2,13 @@
|
|||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/price_card_background">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/trades_details_title"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -16,7 +16,6 @@
|
|||
android:textSize="24sp"
|
||||
android:textColor="#000000"
|
||||
android:text="Title" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/trades_details_content"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Reference in New Issue