|
@@ -11,15 +11,15 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="56dp"
|
|
|
android:id="@+id/titleButton_textBox"
|
|
|
- app:title="Text"
|
|
|
- app:buttonText="ADD"
|
|
|
+ app:title="@string/mediaBox_textBox_title"
|
|
|
+ app:buttonText="@string/mediaBox_textBox_btnAdd"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/editTextView_textBox" />
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/layout_textBox" />
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
- android:id="@+id/editTextView_textBox"
|
|
|
+ android:id="@+id/layout_textBox"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="64dp"
|
|
|
android:orientation="vertical"
|
|
@@ -42,7 +42,7 @@
|
|
|
android:gravity="start"
|
|
|
android:textColor="#f5a623"
|
|
|
android:textSize="24sp"
|
|
|
- android:text="Sample Text"
|
|
|
+ android:text="@string/mediaBox_textBox_simpleText"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintBottom_toBottomOf="parent" />
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
@@ -53,7 +53,7 @@
|
|
|
android:id="@+id/textAttrView_textBox"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/editTextView_textBox"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/layout_textBox"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/colorChooser_textBox" />
|
|
|
|
|
|
<com.kdanmobile.reader.screen.view.ColorSelectView
|
|
@@ -73,8 +73,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/seekBar_textBox_textSize"
|
|
|
android:layout_marginTop="16dp"
|
|
|
- app:title="Size"
|
|
|
- app:unit="pt"
|
|
|
+ app:title="@string/mediaBox_textBox_titleSeekBarSize"
|
|
|
+ app:unit="@string/mediaBox_textBox_unitSeekBarSize"
|
|
|
app:maxValue="96"
|
|
|
app:minValue="8"
|
|
|
app:initValue="24"
|