Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1c48493 authored by Annie Chin's avatar Annie Chin
Browse files

Update label dialog to conform to material spec.

Bug: 21621326

Shift buttons to "end."
Change color to be accent color (pink).

Change-Id: Icd86ad78ed234d9bcac3cf2a0976b34db4b2abd0
parent 928e0d49
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -49,25 +49,24 @@
        android:layout_marginLeft="16dip"
        android:layout_marginRight="16dip"
        android:layout_marginBottom="16dip"
        android:layout_below="@id/labelBox">
        android:layout_below="@id/labelBox"
        android:gravity="end">

        <Button
            android:id="@+id/cancelButton"
            style="?android:attr/borderlessButtonStyle"
            android:layout_height="wrap_content"
            android:layout_width="0dip"
            android:layout_weight="1"
            android:layout_width="wrap_content"
            android:text="@string/time_picker_cancel"
            android:textAllCaps="true"
            android:textColor="@color/clock_white"
            android:textColor="@color/hot_pink"
            android:textSize="@dimen/dialog_button_font_size" />

        <Button
            android:id="@+id/setButton"
            style="?android:attr/borderlessButtonStyle"
            android:layout_height="wrap_content"
            android:layout_width="0dip"
            android:layout_weight="1"
            android:layout_width="wrap_content"
            android:text="@string/time_picker_set"
            android:textAllCaps="true"
            android:textColor="@color/hot_pink"