diff --git a/AndroidManifest.xml b/AndroidManifest.xml index eda9ba073..df38566c7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -281,6 +281,15 @@ android:name="android.support.PARENT_ACTIVITY" android:value=".FDroid" /> + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/swap_button_normal.xml b/res/drawable/swap_button_normal.xml new file mode 100644 index 000000000..c31b230a8 --- /dev/null +++ b/res/drawable/swap_button_normal.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/swap_button_pressed.xml b/res/drawable/swap_button_pressed.xml new file mode 100644 index 000000000..06e7b3b70 --- /dev/null +++ b/res/drawable/swap_button_pressed.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/swap_button_skin.xml b/res/drawable/swap_button_skin.xml new file mode 100644 index 000000000..c9351791d --- /dev/null +++ b/res/drawable/swap_button_skin.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/swap_nfc_icon.png b/res/drawable/swap_nfc_icon.png new file mode 100644 index 000000000..800413486 Binary files /dev/null and b/res/drawable/swap_nfc_icon.png differ diff --git a/res/drawable/swap_qr_example.png b/res/drawable/swap_qr_example.png new file mode 100644 index 000000000..2719ccb0c Binary files /dev/null and b/res/drawable/swap_qr_example.png differ diff --git a/res/drawable/swap_start_button_skin.xml b/res/drawable/swap_start_button_skin.xml new file mode 100644 index 000000000..b2a71fa84 --- /dev/null +++ b/res/drawable/swap_start_button_skin.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/swap_wifi_likely_to_work.xml b/res/drawable/swap_wifi_likely_to_work.xml new file mode 100644 index 000000000..8da6a1a11 --- /dev/null +++ b/res/drawable/swap_wifi_likely_to_work.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/swap_wifi_may_work.xml b/res/drawable/swap_wifi_may_work.xml new file mode 100644 index 000000000..af2e1a0a4 --- /dev/null +++ b/res/drawable/swap_wifi_may_work.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/swap_window_background.xml b/res/drawable/swap_window_background.xml new file mode 100644 index 000000000..76f7eb53e --- /dev/null +++ b/res/drawable/swap_window_background.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/res/drawable/wifi.png b/res/drawable/wifi.png new file mode 100644 index 000000000..b7d1da660 Binary files /dev/null and b/res/drawable/wifi.png differ diff --git a/res/drawable/wifi_ap_personal.png b/res/drawable/wifi_ap_personal.png new file mode 100644 index 000000000..ee8fae4da Binary files /dev/null and b/res/drawable/wifi_ap_personal.png differ diff --git a/res/drawable/wifi_ap_private.png b/res/drawable/wifi_ap_private.png new file mode 100644 index 000000000..c39be8d3c Binary files /dev/null and b/res/drawable/wifi_ap_private.png differ diff --git a/res/drawable/wifi_ap_public.png b/res/drawable/wifi_ap_public.png new file mode 100644 index 000000000..56f4c5548 Binary files /dev/null and b/res/drawable/wifi_ap_public.png differ diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 8297c1d82..60d635e01 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -4,7 +4,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="10dp" - android:baselineAligned="false" > + android:baselineAligned="false" + xmlns:tools="http://schemas.android.com/tools" > @@ -14,7 +15,8 @@ android:layout_width="48dip" android:layout_height="48dip" android:layout_gravity="center_vertical" - android:scaleType="fitCenter" /> + android:scaleType="fitCenter" + tools:src="@drawable/ic_launcher" /> + android:textAlignment="viewStart" + tools:text="F-Droid" /> @@ -79,6 +83,7 @@ android:layout_gravity="center_vertical" android:gravity="start" android:textAlignment="viewStart" + tools:text="Application manager" /> diff --git a/res/layout/swap_blank.xml b/res/layout/swap_blank.xml new file mode 100644 index 000000000..83b3d8034 --- /dev/null +++ b/res/layout/swap_blank.xml @@ -0,0 +1,24 @@ + + + + + + +