mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Fix a bunch of lint warning
This commit is contained in:
parent
9c661bd283
commit
a49626aa43
7 changed files with 34 additions and 24 deletions
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
<application
|
||||
android:name="App"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.App.Starting"
|
||||
android:usesCleartextTraffic="true">
|
||||
android:usesCleartextTraffic="true"
|
||||
android:allowBackup="false">
|
||||
<activity
|
||||
android:name=".ui.activity.MainActivity"
|
||||
android:windowSoftInputMode="adjustPan|adjustResize"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue