File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
android : allowBackup =" true"
16
16
android : icon =" @drawable/hs_launcher"
17
17
android : label =" @string/app_name"
18
- android : theme =" @style/AppBaseTheme " android : name =" HSApplication"
18
+ android : theme =" @style/HSAppBaseTheme " android : name =" HSApplication"
19
19
tools : replace =" theme, label" >
20
20
<activity
21
21
android : name =" com.example.helpstackexample.MainActivity"
Original file line number Diff line number Diff line change 4
4
Base application theme for API 11+. This theme completely replaces
5
5
AppBaseTheme from res/values/styles.xml on API 11+ devices.
6
6
-->
7
- <style name =" AppBaseTheme " parent =" Theme.AppCompat.Light" >
7
+ <style name =" HSAppBaseTheme " parent =" Theme.AppCompat.Light" >
8
8
<!-- API 11 theme customizations can go here. -->
9
9
</style >
10
10
Original file line number Diff line number Diff line change 5
5
AppBaseTheme from BOTH res/values/styles.xml and
6
6
res/values-v11/styles.xml on API 14+ devices.
7
7
-->
8
- <style name =" AppBaseTheme " parent =" Theme.AppCompat.Light" >
8
+ <style name =" HSAppBaseTheme " parent =" Theme.AppCompat.Light" >
9
9
<!-- API 14 theme customizations can go here. -->
10
10
<!-- <item name="android:actionBarStyle">@style/MyActionBar</item> -->
11
11
</style >
Original file line number Diff line number Diff line change 4
4
Base application theme, dependent on API level. This theme is replaced
5
5
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
6
6
-->
7
- <style name =" AppBaseTheme " parent =" Theme.AppCompat.Light" >
7
+ <style name =" HSAppBaseTheme " parent =" Theme.AppCompat.Light" >
8
8
<!--
9
9
Theme customizations available in newer API levels can go in
10
10
res/values-vXX/styles.xml, while customizations related to
Original file line number Diff line number Diff line change 15
15
android : allowBackup =" true"
16
16
android : icon =" @drawable/hs_launcher"
17
17
android : label =" @string/hs_app_name"
18
- android : theme =" @style/AppTheme " >
18
+ android : theme =" @style/HSAppTheme " >
19
19
<activity
20
20
android : name =" com.tenmiles.helpstack.activities.HomeActivity"
21
21
android : label =" @string/hs_app_name" android : exported =" false" >
Original file line number Diff line number Diff line change 4
4
Base application theme for API 11+. This theme completely replaces
5
5
AppBaseTheme from res/values/styles.xml on API 11+ devices.
6
6
-->
7
- <style name =" AppTheme " parent =" AppBaseTheme " >
7
+ <style name =" HSAppTheme " parent =" HSAppBaseTheme " >
8
8
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
9
9
</style >
10
10
Original file line number Diff line number Diff line change 5
5
AppBaseTheme from BOTH res/values/styles.xml and
6
6
res/values-v11/styles.xml on API 14+ devices.
7
7
-->
8
- <style name =" AppTheme " parent =" AppBaseTheme " >
8
+ <style name =" HSAppTheme " parent =" HSAppBaseTheme " >
9
9
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
10
10
</style >
11
11
Original file line number Diff line number Diff line change 4
4
<!-- Override the properties of the following styles to create custom Styles -->
5
5
6
6
<!-- Application Style. -->
7
- <style name =" AppTheme " parent =" AppBaseTheme " >
7
+ <style name =" HSAppTheme " parent =" HSAppBaseTheme " >
8
8
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
9
9
</style >
10
10
Original file line number Diff line number Diff line change 4
4
<!-- Default/Base Themes -->
5
5
<!-- The base characteristics are defined in the default themes -->
6
6
7
- <style name =" AppBaseTheme " parent =" Theme.AppCompat.Light" >
7
+ <style name =" HSAppBaseTheme " parent =" Theme.AppCompat.Light" >
8
8
</style >
9
9
10
10
<!-- Background default Style -->
You can’t perform that action at this time.
0 commit comments