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

Delta Between Two Patch Sets: mobile/android/base/resources/drawable/abb_start_pane_button.xml

Issue 6296160390086656: Issue 2491 - Fix design elements in onboarding slides (Closed)
Left Patch Set: Removed unsused import Created May 21, 2015, 1:43 p.m.
Right 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
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
LEFTRIGHT

Powered by Google App Engine
This is Rietveld