Skip to content

Commit

Permalink
♿ fix: comportamento anormal do talkback
Browse files Browse the repository at this point in the history
🤖 add: icon-rounded
  • Loading branch information
pitroldev committed Feb 4, 2021
1 parent 7a07358 commit 1b5ba46
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ android {
applicationId "com.cardapiomobileuerj"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "1.05"
versionCode 11
versionName "1.06"
project.ext.set("archivesBaseName", "cardapio-mobile-uerj-" + defaultConfig.versionName);
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<uses-permission android:name="android.permission.INTERNET" />

<application android:usesCleartextTraffic="true" android:name=".MainApplication" android:label="@string/app_name" android:icon="@drawable/icon" android:allowBackup="false" android:theme="@style/AppTheme">
<application android:usesCleartextTraffic="true" android:name=".MainApplication" android:label="@string/app_name" android:icon="@drawable/icon" android:roundIcon="@drawable/icon_round" android:allowBackup="false" android:theme="@style/AppTheme">
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardapio-mobile-uerj",
"version": "1.05",
"version": "1.06",
"author": "Petro Cardoso",
"license": "Apache",
"private": true,
Expand Down
Binary file added resources/App_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ const CarouselView = (props) => {
}}
/>
<Carousel
importantForAccessibility={'no'}
accessible={false}
layout={'stack'}
layoutCardOffset={18}
swipeThreshold={15}
Expand Down

0 comments on commit 1b5ba46

Please sign in to comment.