diff options
author | Chih-yu Huang <akahuang@google.com> | 2011-09-08 15:53:56 +0800 |
---|---|---|
committer | Chih-yu Huang <akahuang@google.com> | 2011-09-16 19:13:21 +0800 |
commit | 30f0481931beed547656f2c7bc6290ecc9b01ac3 (patch) | |
tree | 92f5707e6e71240c05e0d824e90521409dde3ad5 /res/values-w1024dp | |
parent | 6c5b20113ba9f91352f32e5a53df66aec0ec761a (diff) | |
download | LegacyCamera-30f0481931beed547656f2c7bc6290ecc9b01ac3.zip LegacyCamera-30f0481931beed547656f2c7bc6290ecc9b01ac3.tar.gz LegacyCamera-30f0481931beed547656f2c7bc6290ecc9b01ac3.tar.bz2 |
Change image of review control buttons.
bug:5244256
Change-Id: Idf02f40edb7e2e15edb4fc1ac86a4694d9147661
Diffstat (limited to 'res/values-w1024dp')
-rw-r--r-- | res/values-w1024dp/styles.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/res/values-w1024dp/styles.xml b/res/values-w1024dp/styles.xml index e5da857..5588ae5 100644 --- a/res/values-w1024dp/styles.xml +++ b/res/values-w1024dp/styles.xml @@ -23,12 +23,23 @@ <item name="android:layout_height">wrap_content</item> <item name="android:layout_width">wrap_content</item> <item name="android:gravity">center</item> + <item name="android:layout_alignParentLeft">true</item> + <item name="android:layout_marginLeft">50dp</item> + <item name="android:visibility">gone</item> + <item name="android:clickable">true</item> + <item name="android:focusable">true</item> + <item name="android:background">@drawable/bg_review_control</item> </style> <style name="ReviewControlIcon"> - <item name="android:layout_height">90dp</item> - <item name="android:layout_width">140dp</item> + <item name="android:layout_height">60dp</item> + <item name="android:layout_width">60dp</item> <item name="android:gravity">center</item> - <item name="android:layout_marginBottom">10dp</item> + </style> + <style name="ReviewControlText"> + <item name="android:layout_height">wrap_content</item> + <item name="android:layout_width">wrap_content</item> + <item name="android:paddingRight">10dp</item> + <item name="android:textSize">16sp</item> </style> <style name="ReviewThumbnail"> <item name="android:layout_width">86dp</item> |