|
@@ -9,15 +9,13 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title_signature"
|
|
|
+ style="@style/MediaBoxPageTitleStyle"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="56dp"
|
|
|
android:layout_marginLeft="16dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginRight="16dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:textColor="#de000000"
|
|
|
- android:textSize="14sp"
|
|
|
android:text="@string/reader_mediaBox_signature_title" />
|
|
|
|
|
|
<TextView
|