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_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="8dp"
android:paddingTop="8dp"
android:paddingBottom="8dp">
android:paddingBottom="8dp"
android:layout_marginBottom="8dp">
<ImageButton
android:id="@+id/settings_button"
<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:src="@android:drawable/ic_menu_manage">
</ImageButton>
android:layout_height="59dp"
android:src="@drawable/header">
</ImageView>
</LinearLayout>

View File

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