first commit
[bylock.git] / resources / res / layout / dialog_friend_menu.xml
blob31d317e6816ccf8a2238a261122ba517454e3b11
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:background="@color/WhiteSmoke" android:paddingLeft="@dimen/aaa_unit_one" android:paddingRight="@dimen/aaa_unit_one" android:layout_width="match_parent" android:layout_height="wrap_content">
3     <TextView android:textSize="22sp" android:textColor="@color/White" android:id="@+id/name" android:background="@color/aaa_blue_button_background" android:padding="@dimen/aaa_unit_half" android:layout_width="match_parent" android:layout_height="wrap_content"/>
4     <View android:background="@color/Gray" android:layout_width="match_parent" android:layout_height="1dp"/>
5     <TextView android:textSize="20sp" android:textColor="@color/Black" android:id="@+id/textView1" android:padding="@dimen/aaa_unit_half" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/rename"/>
6     <View android:background="@color/Gray" android:layout_width="match_parent" android:layout_height="1dp"/>
7     <TextView android:textSize="20sp" android:textColor="@color/Black" android:id="@+id/textView2" android:padding="@dimen/aaa_unit_half" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/delete"/>
8     <View android:background="@color/Gray" android:layout_width="match_parent" android:layout_height="1dp"/>
9     <TextView android:textSize="20sp" android:textColor="@color/Black" android:id="@+id/textView3" android:padding="@dimen/aaa_unit_half" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/move_to_group"/>
10     <View android:background="@color/Gray" android:layout_width="match_parent" android:layout_height="1dp"/>
11     <TextView android:textSize="20sp" android:textColor="@color/Black" android:id="@+id/textView4" android:padding="@dimen/aaa_unit_half" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/remove_from_group"/>
12 </LinearLayout>