New icon for auto silenced text
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<vector android:height="96dp" android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0" android:width="96dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FFFFFF" android:pathData="M11,15h2v2h-2zM11,7h2v6h-2zM11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
|
||||
</vector>
|
||||
@@ -35,9 +35,7 @@
|
||||
android:id="@+id/auto_silenced_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/ic_half_day_1_24dp"
|
||||
android:drawablePadding="8dp"
|
||||
android:text="@string/alarm_auto_silenced_text"
|
||||
style="@style/TextAppearance.AppCompat.Large"
|
||||
android:theme="@style/AppTheme.TextOverlay"
|
||||
android:layout_marginBottom="16dp"/>
|
||||
|
||||
Reference in New Issue
Block a user