|
@@ -102,7 +102,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/btn_selectOther"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="36dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:background="@drawable/button_dialogx_material_you_light"
|
|
@@ -123,7 +123,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/btn_selectNegative"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="36dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:background="@drawable/button_dialogx_material_you_light"
|
|
@@ -139,7 +139,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/btn_selectPositive"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="36dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:background="@drawable/button_dialogx_material_you_light"
|