Skip to content

Commit

Permalink
Merge pull request #31 from faizul14/MD-CONTRIBUTOR
Browse files Browse the repository at this point in the history
add icon wicara and fix for real device
  • Loading branch information
faizul14 authored Jun 13, 2022
2 parents 4019ca0 + 5c4e6b5 commit ae7ec53
Show file tree
Hide file tree
Showing 34 changed files with 13 additions and 178 deletions.
1 change: 1 addition & 0 deletions WICARA/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions WICARA/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
versionName "1.0"

ndk {
// abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
abiFilters "x86"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
// abiFilters "x86"
}

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Binary file added WICARA/app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import com.chaquo.python.android.AndroidPlatform
class TextToTextActivity : AppCompatActivity(), View.OnClickListener {
private var binding : ActivityTextToTextBinding? = null
private lateinit var viewModel : TextToTextViewModel
private var codeLeft : String = "4"
private var codeLeft : String = "2"
private var codeRight : String = "1"

private val resultLauncher = registerForActivityResult(
Expand Down
170 changes: 0 additions & 170 deletions WICARA/app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

2 changes: 1 addition & 1 deletion WICARA/app/src/main/res/layout/activity_text_to_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
android:drawableRight="@drawable/dropdown_ic"
android:drawablePadding="2dp"
android:fontFamily="@font/bigshotone"
android:text="Jawa"
android:text="Bali"
android:textColor="@color/textcolor"
android:textSize="18sp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
4 changes: 2 additions & 2 deletions WICARA/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed WICARA/app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed WICARA/app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
Binary file not shown.
4 changes: 4 additions & 0 deletions WICARA/app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#D1DBE2</color>
</resources>

0 comments on commit ae7ec53

Please sign in to comment.