Skip to content

Commit

Permalink
remove unnecessary device default change
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jul 1, 2015
1 parent a075f92 commit 4e802ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@
<item name="android:colorBackgroundCacheHint">@color/backgroundt</item>
<item name="android:statusBarColor">@color/backgroundt</item>
</style>

<style name="AlertDialog.DeviceDefault" parent="@android:style/Theme.DeviceDefault.Dialog" />
<style name="AlertDialog.DeviceDefault.Light"
parent="@android:style/Theme.DeviceDefault.Dialog" />

<style name="DeviceDefault.Light.ButtonBar" parent="@android:style/Widget.Material.ButtonBar" />
<style name="DeviceDefault.Light.ButtonBar.AlertDialog"
parent="@android:style/Widget.Material.ButtonBar.AlertDialog" />
Expand Down
2 changes: 1 addition & 1 deletion Material-Glass/src/main/res/values/dontedit_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- Sharing theme -->
<string name="share_one">"Check out this awesome theme by "</string>
<string name="share_two">.\nGet it now at </string>
<string name="share_two">.\n"Get it now at "</string>

<!-- LauncherNotInstalled Dialog -->
<string name="lni_title"> Not Installed</string>
Expand Down

0 comments on commit 4e802ee

Please sign in to comment.