Skip to content

Commit

Permalink
Merge pull request #109 from PeriodPals/fix/style/layout-orientation
Browse files Browse the repository at this point in the history
fix/style/layout-orientation : Make layout responsive to all screen orientations
  • Loading branch information
taghizadlaura authored Nov 1, 2024
2 parents 4b9c05a + a063d5a commit a24dd60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
android:name="com.android.periodpals.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.PeriodPals">
android:theme="@style/Theme.PeriodPals"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit a24dd60

Please sign in to comment.