Skip to content

Commit

Permalink
fix xml style
Browse files Browse the repository at this point in the history
  • Loading branch information
thrillfall committed Jul 5, 2021
1 parent 95cd19d commit f45fbcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/sync_service_selection_textview.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
<CheckedTextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/sync_service_selection_textview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -9,4 +10,4 @@
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:textAppearance="?android:attr/textAppearanceListItemSmall"
android:textColor="?android:attr/textColorAlertDialogListItem" />
android:textColor="?android:attr/textColorAlertDialogListItem" />

0 comments on commit f45fbcd

Please sign in to comment.