Apply new icons
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1:20"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat"
|
||||
style="@style/TextAppearance.AppCompat"
|
||||
android:textSize="@dimen/alarm_time_text_size"/>
|
||||
|
||||
<Space
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
android:id="@+id/new_lap"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_half_day_1_black_24dp"
|
||||
android:src="@drawable/ic_add_lap_24dp"
|
||||
android:tint="@android:color/white"
|
||||
android:visibility="invisible"
|
||||
app:layout_columnWeight="1"
|
||||
|
||||
@@ -49,12 +49,15 @@
|
||||
android:layout_below="@id/label"
|
||||
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
|
||||
|
||||
<!-- The drawable is added programmatically -->
|
||||
<Button
|
||||
android:id="@+id/dismiss"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/recurring_days"
|
||||
android:text="@string/dismiss_now"
|
||||
android:drawablePadding="@dimen/text_compound_drawable_padding"
|
||||
android:paddingEnd="@dimen/button_text_right_padding"
|
||||
style="@style/Widget.AppCompat.Button.Colored"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -133,7 +133,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginBottom="8dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/ringtone"
|
||||
@@ -144,7 +145,9 @@
|
||||
android:text="Ringtone"
|
||||
android:gravity="center_vertical"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat"
|
||||
android:textSize="18sp"/>
|
||||
android:textSize="18sp"
|
||||
android:drawableStart="@drawable/ic_ringtone_black_24dp"
|
||||
android:drawablePadding="@dimen/text_compound_drawable_padding"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@id/vibrate"
|
||||
@@ -160,7 +163,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/dismiss_now"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
|
||||
android:layout_marginBottom="@dimen/item_margin_between_elements"
|
||||
android:drawablePadding="@dimen/text_compound_drawable_padding"
|
||||
android:paddingEnd="@dimen/button_text_right_padding"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -190,7 +195,6 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
Reference in New Issue
Block a user