WIP on listview selectors

Adds tablet support in manifest
This commit is contained in:
bg45
2017-03-03 17:35:24 -05:00
parent e833d0c5f1
commit 4e06f6834f
5 changed files with 17 additions and 8 deletions

View File

@@ -2,6 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wismna.geoffroy.donext">
<supports-screens
android:largeScreens="true"
android:smallScreens="true">
</supports-screens>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
@@ -14,7 +18,7 @@
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>