|
@@ -7,32 +7,21 @@
|
|
android:focusable="true"
|
|
android:focusable="true"
|
|
android:background="#FFFFFFFF">
|
|
android:background="#FFFFFFFF">
|
|
|
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
|
- android:id="@+id/editTextView_stampCustom"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="64dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:background="#14000000"
|
|
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/et_mediaBoxItemStampCustom_text"
|
|
|
|
+ android:background="@drawable/bg_media_box_stamp_custom_edittext"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:maxLines="1"
|
|
|
|
+ android:layout_margin="16dp"
|
|
|
|
+ android:padding="8dp"
|
|
|
|
+ android:hint="@string/mediaBox_stamp_hintEditText"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
- app:layout_constraintTop_toTopOf="parent" >
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/et_input"
|
|
|
|
- style="@style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
- android:layout_marginRight="16dp"
|
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
|
- android:gravity="start"
|
|
|
|
- android:textColor="#f5a623"
|
|
|
|
- android:textSize="16sp"
|
|
|
|
- android:hint="@string/mediaBox_stamp_hintEditText"
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent" />
|
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ />
|
|
|
|
|
|
<CheckBox
|
|
<CheckBox
|
|
android:id="@+id/cb_date"
|
|
android:id="@+id/cb_date"
|
|
@@ -43,9 +32,9 @@
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
app:layout_constraintBottom_toTopOf="@+id/recyclerView_shapeCustom"
|
|
app:layout_constraintBottom_toTopOf="@+id/recyclerView_shapeCustom"
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/et_mediaBoxItemStampCustom_text"
|
|
app:layout_constraintRight_toLeftOf="@+id/cb_time"
|
|
app:layout_constraintRight_toLeftOf="@+id/cb_time"
|
|
- app:layout_constraintTop_toBottomOf="@+id/editTextView_stampCustom" />
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/et_mediaBoxItemStampCustom_text" />
|
|
|
|
|
|
<CheckBox
|
|
<CheckBox
|
|
android:id="@+id/cb_time"
|
|
android:id="@+id/cb_time"
|
|
@@ -57,14 +46,14 @@
|
|
app:layout_constraintBottom_toTopOf="@+id/recyclerView_shapeCustom"
|
|
app:layout_constraintBottom_toTopOf="@+id/recyclerView_shapeCustom"
|
|
app:layout_constraintLeft_toRightOf="@+id/cb_date"
|
|
app:layout_constraintLeft_toRightOf="@+id/cb_date"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
- app:layout_constraintTop_toBottomOf="@+id/editTextView_stampCustom" />
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/et_mediaBoxItemStampCustom_text" />
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/recyclerView_shapeCustom"
|
|
android:id="@+id/recyclerView_shapeCustom"
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/et_mediaBoxItemStampCustom_text"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@+id/cb_date" />
|
|
app:layout_constraintTop_toBottomOf="@+id/cb_date" />
|
|
|
|
|