Skip to content

Commit

Permalink
🎨 Sample app support 18:9 device
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Nov 5, 2017
1 parent 055f103 commit 385b77b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_LOGS" />

<meta-data
android:name="android.max_aspect"
android:value="2.056" />

<application
android:name=".SampleApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">

<activity
android:name=".activity.MainActivity"
android:label="@string/app_name">
Expand All @@ -42,5 +39,9 @@
<meta-data
android:name="me.xiaopan.sketchsample.SampleSketchInitializer"
android:value="SKETCH_INITIALIZER" />

<meta-data
android:name="android.max_aspect"
android:value="2.056" />
</application>
</manifest>

0 comments on commit 385b77b

Please sign in to comment.