Removed exit text on status bar for small screen devices
This commit is contained in:
parent
3c37dda4d1
commit
e4d6abc4a2
1 changed files with 0 additions and 12 deletions
|
@ -216,18 +216,6 @@
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_alignParentRight="true" />
|
android:layout_alignParentRight="true" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/exit"
|
|
||||||
android:text="@string/menu_exit"
|
|
||||||
android:textColor="@android:color/white"
|
|
||||||
android:textSize="14dp"
|
|
||||||
android:layout_centerVertical="true"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:paddingRight="10dp" />
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue