Skip to content

Commit

Permalink
android cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Aug 14, 2024
1 parent baf1d01 commit d88b432
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ dependencies {
}

apply from: file("../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)

project.ext.vectoricons = [
iconFontsDir: "../../../node_modules/react-native-vector-icons/Fonts",
iconFontNames: [ 'MaterialCommunityIcons.ttf' ]
]
apply from: file("../../../node_modules/react-native-vector-icons/fonts.gradle")
4 changes: 2 additions & 2 deletions example/src/navigators/children/BenchmarkSuitesScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'space-around',
padding: 5,
maxHeight: 50,
paddingTop: 5,
maxHeight: 60,
borderBottomWidth: 1,
borderColor: colors.gray,
},
Expand Down

0 comments on commit d88b432

Please sign in to comment.