Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: demos/src/main/res/values/styles.xml

Issue 1603383003: color, package and action bar configuration. (Closed) Base URL: https://github.com/GoogleChrome/custom-tabs-client.git@master
Patch Set: fixes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: demos/src/main/res/values/styles.xml
diff --git a/demos/src/main/res/values/styles.xml b/demos/src/main/res/values/styles.xml
index 6330485f1e2e70349966e5952521a41586d64d13..68c951eed672c36327b9f053037ef9e3901ff54b 100644
--- a/demos/src/main/res/values/styles.xml
+++ b/demos/src/main/res/values/styles.xml
@@ -20,4 +20,9 @@
<!-- Customize your theme here. -->
</style>
+ <style name="DialogTheme" parent="AppTheme">
+ <item name="android:layout_width">fill_parent</item>
Ian Wen 2016/03/16 01:35:31 Do you still need this style?
BigBossZhiling 2016/03/18 00:59:07 Done.
+ <item name="android:windowNoTitle">false</item>
+ <item name="android:layout_height">fill_parent</item>
+ </style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698