Skip to content

Commit

Permalink
set config changes in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-khosravi-sh committed Oct 12, 2021
1 parent c02b1b7 commit d332ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
package="com.mahdikh.arrowpanel">

<application
android:fullBackupOnly="true"
android:allowBackup="true"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/ArrowPanel">
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/image_fragment.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="320dp"
android:layout_height="320dp"
android:layout_width="220dp"
android:layout_height="220dp"
android:background="@android:color/transparent"
android:padding="5dp">

Expand Down

0 comments on commit d332ed3

Please sign in to comment.