Fix drawer layout.
This commit is contained in:
parent
3e8582d22e
commit
82a6936edc
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp">
|
||||
android:paddingRight="8dp">
|
||||
<ImageView android:id="@+id/icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#fffc00"
|
||||
android:layout_marginLeft="16dp">
|
||||
android:paddingLeft="16dp">
|
||||
<TextView android:id="@+id/title"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dp"
|
||||
|
@ -15,6 +15,7 @@
|
|||
android:capitalize="characters"
|
||||
android:inputType="textCapCharacters"
|
||||
android:textSize="14sp"
|
||||
android:letterSpacing="1.0"
|
||||
android:ellipsize="end"
|
||||
android:background="#ff0202"
|
||||
android:gravity="left|bottom"
|
||||
|
|
Loading…
Reference in a new issue