Purrty header

This commit is contained in:
kdeschuy
2017-07-28 18:58:02 +02:00
parent fc175aa9e8
commit db10df4306
3 changed files with 9 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -18,16 +18,17 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:layout_marginTop="8dp"
android:paddingTop="8dp" android:paddingTop="8dp"
android:paddingBottom="8dp"> android:paddingBottom="8dp"
android:layout_marginBottom="8dp">
<ImageButton <ImageView
android:id="@+id/settings_button" android:id="@+id/imageView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="59dp"
android:background="@null" android:src="@drawable/header">
android:src="@android:drawable/ic_menu_manage"> </ImageView>
</ImageButton>
</LinearLayout> </LinearLayout>

View File

@@ -3,6 +3,7 @@
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.NoActionBar"> <style name="AppTheme" parent="android:Theme.Holo.NoActionBar">
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
</style> </style>
</resources> </resources>