Initial commit. Version 1.4
Signed-off-by: Carlos Silva <r3pek@r3pek.org>
This commit is contained in:
commit
fd47903476
13 changed files with 375 additions and 0 deletions
BIN
res/drawable/icon.png
Normal file
BIN
res/drawable/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
18
res/layout/main.xml
Normal file
18
res/layout/main.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<LinearLayout android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical"><TextView android:id="@+id/TextView01" android:layout_height="wrap_content" android:textStyle="bold" android:layout_width="wrap_content" android:text="APNs:"></TextView>
|
||||
|
||||
|
||||
|
||||
<CheckBox android:id="@+id/CheckBox01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Vodafone"></CheckBox>
|
||||
<CheckBox android:id="@+id/CheckBox02" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TMN"></CheckBox>
|
||||
<CheckBox android:id="@+id/CheckBox03" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Optimus"></CheckBox>
|
||||
<Button android:id="@+id/Button01" android:layout_height="wrap_content" android:text="Limpar Todos" android:layout_width="wrap_content"></Button>
|
||||
</LinearLayout>
|
5
res/values/strings-pt.xml
Normal file
5
res/values/strings-pt.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">APNpt</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue