Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/drawable/abb_start_pane_button.xml

Issue 6296160390086656: Issue 2491 - Fix design elements in onboarding slides (Closed)
Patch Set: Renamed button background. Created May 22, 2015, 12:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
3 android:shape="rectangle">
4 <padding android:left="2dp"
5 android:top="2dp"
6 android:right="2dp"
7 android:bottom="2dp" />
8 <solid android:color="#107fa9" />
9 <corners android:radius="2dp" />
10 </shape>
11
OLDNEW

Powered by Google App Engine
This is Rietveld