Created
January 2, 2018 11:30
-
-
Save alfianyusufabdullah/bef74c67de1d82bd548a5b57b0e798c8 to your computer and use it in GitHub Desktop.
string 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <resources> | |
| <string name="app_name">CRUD-EZQLite</string> | |
| <string name="hint_nama">Nama Mahasiswa</string> | |
| <string name="hint_nim">NIM</string> | |
| <string name="hint_semester">Semester Mahasiswa</string> | |
| <string name="btn_text_tambah_data">Tambah Data</string> | |
| <string name="btn_text_liat_data">Liat Data</string> | |
| <string name="btn_text_update_data">Update Data</string> | |
| </resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment