Add icons to the navigation drawer.

This commit is contained in:
Sebastian Kaspari 2015-04-05 22:07:42 +02:00
parent 29bdca690f
commit 91c0d23ac2
22 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -46,6 +46,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:onClick="onOverview"
android:paddingLeft="16dp"
android:text="@string/navigation_overview"
android:drawableLeft="@drawable/ic_navigation_overview"
android:drawablePadding="4dp"
android:textSize="14sp" />
<View
@ -76,6 +78,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:fontFamily="sans-serif-medium"
android:gravity="center_vertical"
android:onClick="onSettings"
android:drawableLeft="@drawable/ic_navigation_settings"
android:drawablePadding="4dp"
android:paddingLeft="16dp"
android:text="@string/navigation_settings"
android:textSize="14sp" />
@ -89,6 +93,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:gravity="center_vertical"
android:onClick="onAbout"
android:paddingLeft="16dp"
android:drawableLeft="@drawable/ic_navigation_about"
android:drawablePadding="4dp"
android:text="@string/navigation_about"
android:textSize="14sp" />

View File

@ -9,4 +9,6 @@
android:gravity="center_vertical"
android:onClick="onAbout"
android:paddingLeft="16dp"
android:drawableLeft="@drawable/ic_navigation_server_disconnected"
android:drawablePadding="4dp"
android:textSize="14sp" />