Skip to content

Commit

Permalink
Add Gif Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Feb 7, 2024
1 parent f18ccea commit e226546
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"file": "/storage/emulated/0/AndroidIDEProjects/GoogleDictionary/app/src/main/java/qz/userdictionary/MainActivity.java",
"selection": {
"end": {
"column": 19,
"index": 3103,
"line": 81
"column": 54,
"index": 2064,
"line": 58
},
"start": {
"column": 19,
"index": 3103,
"line": 81
"column": 54,
"index": 2064,
"line": 58
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Google UserDictionary

Aplikasi masih dalam tahap pengembangan
The application is still in the development stage
The application is still in the development stage

## App Demo
![test](photo/test.gif)
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_weight="1"
android:text="Add"
android:text="@string/Add"
android:id="@+id/add" />

<Button
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_weight="1"
android:text="Delete All Dictionary"
android:text="@string/deleteall"
android:id="@+id/clearAll" />

</LinearLayout>
Expand Down
9 changes: 6 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">QZ UserDict</string>
<string name="dialog_title">Info</string>
<string name="dialog_messages">Enable Virtual Keyboard QZ UserDict </string>
<string name="dialog_goto">Goto Settings</string>
<string name="dialog_dismis">Exit App</string>
<string name ="input_panjang">Panjang Character</string>
<string name="input_words">Kata</string>
<string name="input_keys">Shortcut</string>
<string name="deleteall">Delete All Dictionary</string>
<string name ="input_panjang">Lenght of Character</string>
<string name="input_words">Words</string>
<string name="input_keys">ShortCut Keys</string>
<string name="Add">Add</string>
<string name="submit">Submit</string>
<string name="cancel">Cancel</string>

Expand Down
Binary file added photo/test.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e226546

Please sign in to comment.