summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-11-13 23:27:35 -0800
committerSteve Kondik <steve@cyngn.com>2016-11-13 23:33:37 -0800
commit302dfef488297152978788c2341cd3460727b251 (patch)
treee505947a46b291f22f1ee625ff82ebbec528353b /res/values/styles.xml
parent7f040079cb93d6b5180147cd369e73d43078c91a (diff)
downloadandroid_packages_apps_Snap-302dfef488297152978788c2341cd3460727b251.tar.gz
android_packages_apps_Snap-302dfef488297152978788c2341cd3460727b251.tar.bz2
android_packages_apps_Snap-302dfef488297152978788c2341cd3460727b251.zip
snap: UI checkpoint #2
* Fix bugs from previous commit * Factor out recording controls * Clean up layouts * Asynchronous control for video module * Performance improvements Change-Id: I9d5833cecbd9280845b740ee8a3c47f023470625
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 252854682..3e3ef161d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -125,11 +125,11 @@
<item name="android:background">@drawable/setting_list_item_bg</item>
</style>
<style name="OnViewfinderLabel">
+ <item name="android:layout_gravity">left</item>
<item name="android:gravity">center</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:singleLine">true</item>
- <item name="android:layout_marginTop">38dp</item>
<item name="android:paddingLeft">15dp</item>
<item name="android:paddingRight">15dp</item>
<item name="android:paddingTop">3dp</item>