campaign fix
This commit is contained in:
@@ -15,9 +15,16 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="false"
|
||||
android:textColor="@color/black"
|
||||
fontPath="fonts/Quicksand-Bold.ttf"/>
|
||||
fontPath="fonts/Quicksand-Bold.ttf"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_toLeftOf="@+id/optionPriceDescriptionLayout"
|
||||
android:layout_toStartOf="@+id/optionPriceDescriptionLayout"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/optionPriceDescriptionLayout"
|
||||
android:layout_width="84dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
|
||||
@@ -15,9 +15,16 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="false"
|
||||
android:textColor="@color/black"
|
||||
fontPath="fonts/Quicksand-Bold.ttf"/>
|
||||
fontPath="fonts/Quicksand-Bold.ttf"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_toLeftOf="@+id/optionPriceDescriptionLayout"
|
||||
android:layout_toStartOf="@+id/optionPriceDescriptionLayout"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/optionPriceDescriptionLayout"
|
||||
android:layout_width="84dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
|
||||
Reference in New Issue
Block a user