mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 10:15:18 +08:00
Modify make radio button singleLine in dia_app_config
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:checked="true"
|
android:checked="true"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="@string/follow_global_config"
|
android:text="@string/follow_global_config"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
|
|
||||||
@@ -34,6 +35,7 @@
|
|||||||
android:id="@+id/config_radio_1"
|
android:id="@+id/config_radio_1"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="@string/show_errors_dialog"
|
android:text="@string/show_errors_dialog"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
|
|
||||||
@@ -41,6 +43,7 @@
|
|||||||
android:id="@+id/config_radio_2"
|
android:id="@+id/config_radio_2"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="@string/show_errors_notify"
|
android:text="@string/show_errors_notify"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
|
|
||||||
@@ -48,6 +51,7 @@
|
|||||||
android:id="@+id/config_radio_3"
|
android:id="@+id/config_radio_3"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="@string/show_errors_toast"
|
android:text="@string/show_errors_toast"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
|
|
||||||
@@ -55,6 +59,7 @@
|
|||||||
android:id="@+id/config_radio_4"
|
android:id="@+id/config_radio_4"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="@string/show_nothing"
|
android:text="@string/show_nothing"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
|
Reference in New Issue
Block a user