mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-17 15:04:59 -05:00
Always display title bar. Fixes problems with Android 3.x devices.
This commit is contained in:
parent
5a82ed99bf
commit
4e8baf2b6a
@ -18,8 +18,8 @@
|
||||
along with Keepass2Android. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<resources>
|
||||
<style name="NoTitleBar" parent="android:Theme.NoTitleBar"></style>
|
||||
<style name="NoTitleBar" parent="android:Theme.NoTitleBar"></style>
|
||||
<style name="Base"></style>
|
||||
<style name="NoTitleBar"></style>
|
||||
<style name="Dialog" parent="android:Theme.Dialog"></style>
|
||||
<style name="GroupTextSmall" parent="android:Theme">
|
||||
<item name="@android:textColor">@color/group</item>
|
||||
|
Loading…
Reference in New Issue
Block a user