mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 16:35:09 -05:00
Add own theme "Theme.Yaaic" to enforce overflow menu in action bar.
This commit is contained in:
parent
6aff86bcb6
commit
0ec311c074
@ -27,7 +27,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="Yaaic"
|
||||
android:theme="@style/Theme.Sherlock">
|
||||
android:theme="@style/Theme.Yaaic">
|
||||
<activity
|
||||
android:name=".activity.ServersActivity"
|
||||
android:label="@string/app_name"
|
||||
|
6
application/res/values/styles.xml
Normal file
6
application/res/values/styles.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.Yaaic" parent="Theme.Sherlock">
|
||||
<item name="absForceOverflow">true</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user