docs: Minor permissions phrasing tweak am: 9acd851ee6 am: 072b6fb839 am: 8804495bff am: 3228255e77 am: a1a224fa83
am: 0e2755e7c1
* commit '0e2755e7c1bddcdb9ff192b1d426818a639753f7':
Adjust spacing.
Change-Id: I27a9c0e60f3576dd1b608003557c92b5be4e9b43
This commit is contained in:
@@ -63,14 +63,14 @@
|
||||
android:id="@+id/importance_buttons"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="-6dp"
|
||||
android:paddingStart="3dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingEnd="8dp" >
|
||||
<RadioButton
|
||||
android:id="@+id/silent_importance"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:paddingStart="32dp"
|
||||
android:paddingStart="22dp"
|
||||
android:text="@string/show_silently"
|
||||
style="@style/TextAppearance.NotificationGuts.Radio"
|
||||
android:buttonTint="@color/notification_guts_buttons" />
|
||||
@@ -78,7 +78,7 @@
|
||||
android:id="@+id/block_importance"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:paddingStart="32dp"
|
||||
android:paddingStart="22dp"
|
||||
android:text="@string/block"
|
||||
style="@style/TextAppearance.NotificationGuts.Radio"
|
||||
android:buttonTint="@color/notification_guts_buttons" />
|
||||
@@ -86,7 +86,7 @@
|
||||
android:id="@+id/reset_importance"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:paddingStart="32dp"
|
||||
android:paddingStart="22dp"
|
||||
style="@style/TextAppearance.NotificationGuts.Radio"
|
||||
android:buttonTint="@color/notification_guts_buttons" />
|
||||
</RadioGroup>
|
||||
|
||||
Reference in New Issue
Block a user