Removed exit text on status bar for small screen devices

This commit is contained in:
Sylvain Berfini 2013-05-31 12:13:47 +02:00
parent 3c37dda4d1
commit e4d6abc4a2

View file

@ -217,18 +217,6 @@
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>
</org.linphone.ui.SlidingDrawer> </org.linphone.ui.SlidingDrawer>