Loading res/layout/group_name_dialog.xml +2 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,6 @@ <EditText android:id="@+id/group_label" android:layout_width="match_parent" android:layout_height="wrap_content" /> android:layout_height="wrap_content" android:minHeight="@dimen/group_name_edit_text_min_height"/> </FrameLayout> res/layout/group_name_edit_dialog.xml +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="@dimen/group_name_edit_text_min_height" android:layout_marginBottom="4dp" android:layout_marginLeft="4dp" android:layout_marginRight="4dp" Loading res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -289,4 +289,7 @@ <!-- End margin of edit group title --> <dimen name="edit_group_end_margin">72dp</dimen> <!-- Minimum height for group name EditText --> <dimen name="group_name_edit_text_min_height">48dp</dimen> </resources> Loading
res/layout/group_name_dialog.xml +2 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,6 @@ <EditText android:id="@+id/group_label" android:layout_width="match_parent" android:layout_height="wrap_content" /> android:layout_height="wrap_content" android:minHeight="@dimen/group_name_edit_text_min_height"/> </FrameLayout>
res/layout/group_name_edit_dialog.xml +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="@dimen/group_name_edit_text_min_height" android:layout_marginBottom="4dp" android:layout_marginLeft="4dp" android:layout_marginRight="4dp" Loading
res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -289,4 +289,7 @@ <!-- End margin of edit group title --> <dimen name="edit_group_end_margin">72dp</dimen> <!-- Minimum height for group name EditText --> <dimen name="group_name_edit_text_min_height">48dp</dimen> </resources>