Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_DeskClock
Commits
4a47392a
Commit
4a47392a
authored
10 years ago
by
Budi Kusmiantoro
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "More UX polish on set alarm page" into lmp-dev
parents
38f46c8b
cbadcbed
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
5 deletions
+7
-5
res/drawable-hdpi/ic_delete_small.png
res/drawable-hdpi/ic_delete_small.png
+0
-0
res/drawable-mdpi/ic_delete_small.png
res/drawable-mdpi/ic_delete_small.png
+0
-0
res/drawable-xhdpi/ic_delete_small.png
res/drawable-xhdpi/ic_delete_small.png
+0
-0
res/drawable-xxhdpi/ic_delete_small.png
res/drawable-xxhdpi/ic_delete_small.png
+0
-0
res/drawable-xxxhdpi/ic_delete_small.png
res/drawable-xxxhdpi/ic_delete_small.png
+0
-0
res/layout/alarm_time.xml
res/layout/alarm_time.xml
+7
-5
No files found.
res/drawable-hdpi/ic_delete_small.png
0 → 100644
View file @
4a47392a
771 Bytes
This diff is collapsed.
Click to expand it.
res/drawable-mdpi/ic_delete_small.png
0 → 100644
View file @
4a47392a
634 Bytes
This diff is collapsed.
Click to expand it.
res/drawable-xhdpi/ic_delete_small.png
0 → 100644
View file @
4a47392a
775 Bytes
This diff is collapsed.
Click to expand it.
res/drawable-xxhdpi/ic_delete_small.png
0 → 100644
View file @
4a47392a
934 Bytes
This diff is collapsed.
Click to expand it.
res/drawable-xxxhdpi/ic_delete_small.png
0 → 100644
View file @
4a47392a
404 Bytes
This diff is collapsed.
Click to expand it.
res/layout/alarm_time.xml
View file @
4a47392a
...
...
@@ -76,7 +76,7 @@
android:layout_gravity=
"center_vertical|start"
android:text=
"@string/alarm_repeat"
android:textSize=
"16sp"
android:paddingStart=
"1
6
dip"
android:paddingStart=
"1
2
dip"
android:textColor=
"@color/clock_white"
/>
<LinearLayout
...
...
@@ -103,6 +103,7 @@
android:layout_alignParentStart=
"true"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:paddingStart=
"4dip"
android:drawablePadding=
"16dp"
android:drawableStart=
"@drawable/ic_ringtone"
android:ellipsize=
"marquee"
...
...
@@ -170,7 +171,7 @@
android:layout_gravity=
"start"
android:background=
"?android:attr/selectableItemBackgroundBorderless"
android:contentDescription=
"@string/delete_alarm"
android:src=
"@drawable/ic_delete"
/>
android:src=
"@drawable/ic_delete
_small
"
/>
<View
android:id=
"@+id/hairline"
...
...
@@ -222,9 +223,10 @@
<ImageView
android:id=
"@+id/arrow"
android:layout_width=
"48dip"
android:layout_height=
"32dip"
android:layout_gravity=
"bottom|end"
android:layout_width=
"wrap_content"
android:layout_height=
"48dip"
android:layout_gravity=
"center_vertical|end"
android:layout_marginTop=
"@dimen/alarm_clock_vertical_margin"
android:layout_marginBottom=
"@dimen/alarm_clock_vertical_margin"
android:contentDescription=
"@string/expand_alarm"
android:src=
"@drawable/ic_expand_down"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment