Remove backgroud color picker from create card menu.

This commit is contained in:
kenkeiras 2018-01-23 21:49:42 +01:00
parent aad92328cd
commit 847bbe2d5f
2 changed files with 6 additions and 16 deletions

View file

@ -7,6 +7,8 @@
android:layout_centerHorizontal="true">
<RelativeLayout
android:layout_marginLeft="10dp"
android:layout_marginTop="5dp"
android:layout_centerHorizontal="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
@ -27,15 +29,4 @@
android:layout_toRightOf="@id/card_name_text_view"
android:text="My new card" />
</RelativeLayout>
<RelativeLayout
android:layout_centerHorizontal="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.larswerkman.holocolorpicker.ColorPicker
android:id="@+id/card_background_color_picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
</LinearLayout>