Skip to content

Commit

Permalink
build works
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jun 23, 2015
1 parent b8533f3 commit d8ece65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MGlass/src/aframework/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<style name="DeviceDefault.Light.ButtonBar.AlertDialog" parent="@android:style/Widget.Material.ButtonBar.AlertDialog" />
<style name="DeviceDefault.Light.SegmentedButton" parent="@android:style/Widget.Material.SegmentedButton" />
<style name="DialogWindowTitle.DeviceDefault.Light" parent="@android:style/Theme.DeviceDefault.Dialog" />
<style name="Theme.DeviceDefault.Light.DarkActionBar" parent="@android:style/Theme.Material.Wallpaper" />
<style name="Theme.DeviceDefault.Light.DarkActionBar" parent="@android:style/Theme.DeviceDefault" />
<style name="Theme.DeviceDefault.Light.Dialog" parent="@android:style/Theme.DeviceDefault.Dialog" />
<style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="@android:style/Theme.Material.Dialog.Alert" />
<style name="Theme.DeviceDefault.Light.Dialog.FixedSize" parent="@android:style/Theme.DeviceDefault.Dialog" />
Expand Down Expand Up @@ -120,7 +120,7 @@
<item name="android:backgroundDimEnabled">true</item>
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">false</item>
<!--<item name="android:colorControlActivated">#66222222</item>-->
<item name="android:colorControlActivated">#66222222</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
</style>

Expand Down

0 comments on commit d8ece65

Please sign in to comment.