|
@@ -87,7 +87,7 @@
|
|
|
<RadioButton
|
|
|
android:id="@+id/rb_3_min"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:button="@drawable/lock_time_selector"
|
|
|
android:gravity="center_vertical"
|
|
|
android:text="@string/time_5min"
|
|
@@ -99,7 +99,7 @@
|
|
|
<RadioButton
|
|
|
android:id="@+id/rb_10_min"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_102px"
|
|
|
android:button="@drawable/lock_time_selector"
|
|
|
android:gravity="center_vertical"
|
|
@@ -111,7 +111,7 @@
|
|
|
<RadioButton
|
|
|
android:id="@+id/rb_30_min"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_102px"
|
|
|
android:button="@drawable/lock_time_selector"
|
|
|
android:gravity="center_vertical"
|