Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated settings and fonts #108

Merged
merged 1 commit into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<activity android:name=".MainActivity" android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask" android:windowSoftInputMode="adjustResize">
</activity>

<activity android:name=".SplashActivity" android:theme="@style/SplashTheme" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
Binary file modified assets/fonts/AnmolLipiSG.ttf
Binary file not shown.
Binary file modified assets/fonts/GurbaniAkharHeavySG.ttf
Binary file not shown.
Binary file modified assets/fonts/GurbaniAkharSG.ttf
Binary file not shown.
Binary file modified assets/fonts/GurbaniAkharThickSG.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions screens/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class Settings extends React.Component {
/>
</ListItem>

<ListItem bottomDivider
{/* <ListItem bottomDivider
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging it veerji, but would be cool if we can mention the reason here too in one line.

containerStyle={[
styles.titleText,
this.props.nightMode && { backgroundColor: "#464646" }
Expand All @@ -594,7 +594,7 @@ class Settings extends React.Component {
}
</ListItem.Title>
<ListItem.Chevron />
</ListItem>
</ListItem> */}

<ListItem bottomDivider
containerStyle={[
Expand Down