Commit 357cfd56 authored by Sajal Narang's avatar Sajal Narang

Disable Rotation

parent 0af74842
......@@ -26,6 +26,7 @@
<activity
android:name=".MainActivity"
android:screenOrientation="portrait"
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/AppTheme.NoActionBar">
......@@ -37,6 +38,7 @@
</activity>
<activity
android:name=".LoginActivity"
android:screenOrientation="portrait"
android:launchMode="singleTask">
<intent-filter>
......
......@@ -74,10 +74,5 @@ public class AboutFragment extends BaseFragment {
Picasso.with(getContext()).load("https://insti.app/team-pics/ranveer.jpg").into(ranveerimg);
Picasso.with(getContext()).load("https://insti.app/team-pics/amangour.jpg").into(amangourimg);
Picasso.with(getContext()).load("https://insti.app/team-pics/wncc.jpg").into(wnccimg);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment