Skip to content

Commit

Permalink
Merge pull request #108 from KhalisFoundation/fix-fonts
Browse files Browse the repository at this point in the history
updated settings and fonts
  • Loading branch information
inderpreetsingh authored May 11, 2022
2 parents 552519d + f2f4717 commit 6e0a1a3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
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
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

0 comments on commit 6e0a1a3

Please sign in to comment.