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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/drawable/abb_start_pane_button.xml
diff --git a/mobile/android/base/resources/drawable/abb_start_pane_button.xml b/mobile/android/base/resources/drawable/abb_start_pane_button.xml
new file mode 100644
index 0000000000000000000000000000000000000000..cb7b6180f27a6787b4cdb426b98ddd5435e6313c
--- /dev/null
+++ b/mobile/android/base/resources/drawable/abb_start_pane_button.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <padding android:left="2dp"
+ android:top="2dp"
+ android:right="2dp"
+ android:bottom="2dp" />
+ <solid android:color="#107fa9" />
+ <corners android:radius="2dp" />
+</shape>
+

Powered by Google App Engine
This is Rietveld