Edit key: adding user ids

This commit is contained in:
Dominik Schürmann
2014-07-02 15:10:50 +02:00
parent 7408a35e19
commit 4f83a4f163
14 changed files with 330 additions and 236 deletions

View File

@@ -11,7 +11,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:minWidth="10dp"
android:background="@color/emphasis" />
android:background="@color/result_green" />
<CheckBox
android:id="@+id/checkBox"
@@ -41,6 +41,8 @@
android:layout_gravity="center_vertical"
android:layout_width="0dip"
android:layout_marginLeft="8dp"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
android:layout_height="wrap_content"
android:layout_weight="1">
@@ -68,4 +70,13 @@
</LinearLayout>
<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/edit_image"
android:src="@drawable/ic_action_edit"
android:padding="8dp"
android:layout_gravity="center_horizontal" />
</LinearLayout>