Fix size of notifcation and status menu
This commit is contained in:
parent
18c97f65d1
commit
2207df26da
2 changed files with 4 additions and 4 deletions
|
@ -104,9 +104,9 @@
|
|||
android:id="@+id/missed_calls"
|
||||
android:background="@drawable/history_chat_indicator"
|
||||
style="@style/font18"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_margin="12dp"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_margin="15dp"
|
||||
android:gravity="center"
|
||||
android:visibility="gone"/>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
android:src="@drawable/menu_burger"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="8dp"
|
||||
android:padding="10dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_alignParentLeft="true"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue