da578042ae
Based on the UX review feedback, we plan to implement portal webview function inside the carrier default app instead of reusing the existing portal app. This will give us more flexibility and control, also will improve UX flow by getting rid of the some unwanted dialogues. Test: Manual Bug: 36002256 Change-Id: I2627d5a43039ce433006c058bb4f2c1a39113e59
17 lines
702 B
XML
17 lines
702 B
XML
<resources>
|
|
<style name="AppBaseTheme" parent="@android:style/Theme.Material.Settings">
|
|
<!--
|
|
Theme customizations available in newer API levels can go in
|
|
res/values-vXX/styles.xml, while customizations related to
|
|
backward-compatibility can go here.
|
|
-->
|
|
</style>
|
|
|
|
<!-- Application theme. -->
|
|
<style name="AppTheme" parent="AppBaseTheme">
|
|
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
|
<!-- Setting's theme's accent color makes ProgressBar useless, reset back. -->
|
|
<item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
|
|
</style>
|
|
</resources>
|