Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit f32b3e8

Browse files
committed
Update to material design
1 parent d80be02 commit f32b3e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ android {
3535

3636
dependencies {
3737
compile 'com.android.support:support-v13:23.2.1'
38+
compile 'com.android.support:appcompat-v7:23.2.1'
3839
compile 'com.google.android.gms:play-services-gcm:8.4.0'
3940
compile 'com.google.android.gms:play-services-auth:8.4.0'
4041
compile 'com.j256.ormlite:ormlite-core:4.48'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<style name="MyTheme" parent="@android:style/Theme.Holo.Light">
3+
<style name="MyTheme" parent="@android:style/Theme.Material.Light">
44
</style>
55
</resources>

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<style name="MyTheme" parent="@android:style/Theme.Light">
3+
<style name="MyTheme" parent="@style/Theme.AppCompat.Light">
44
</style>
55
</resources>

0 commit comments

Comments
 (0)