|
@@ -15,8 +15,8 @@
|
|
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" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
-
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
+
|
|
android:id="@+id/tv_shareDialog_name"
|
|
android:id="@+id/tv_shareDialog_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -56,43 +56,50 @@
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@id/view_shareDialog_header" />
|
|
app:layout_constraintTop_toBottomOf="@id/view_shareDialog_header" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_shareDialog_editCover"
|
|
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/btn_shareDialog_editCover"
|
|
style="@style/Body2"
|
|
style="@style/Body2"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:drawableTint="@android:color/darker_gray"
|
|
android:layout_width="104dp"
|
|
android:layout_width="104dp"
|
|
- android:layout_height="72dp"
|
|
|
|
|
|
+ android:enabled="false"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:drawableTop="@drawable/ic_cover_36dp"
|
|
android:drawableTop="@drawable/ic_cover_36dp"
|
|
android:drawablePadding="8dp"
|
|
android:drawablePadding="8dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="@string/share_dialog_edit_cover"
|
|
android:text="@string/share_dialog_edit_cover"
|
|
- app:layout_constraintBottom_toTopOf="@id/tv_shareDialog_exportPdf"
|
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/btn_shareDialog_exportPdf"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toLeftOf="@id/view_shareDialog_preview"
|
|
app:layout_constraintRight_toLeftOf="@id/view_shareDialog_preview"
|
|
app:layout_constraintTop_toTopOf="@id/view_shareDialog_preview" />
|
|
app:layout_constraintTop_toTopOf="@id/view_shareDialog_preview" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_shareDialog_exportPdf"
|
|
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/btn_shareDialog_exportPdf"
|
|
style="@style/Body2"
|
|
style="@style/Body2"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
android:layout_width="104dp"
|
|
android:layout_width="104dp"
|
|
- android:layout_height="72dp"
|
|
|
|
|
|
+ android:background="?attr/selectableItemBackground"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:drawableTop="@drawable/ic_exportpdf_36dp"
|
|
android:drawableTop="@drawable/ic_exportpdf_36dp"
|
|
android:drawablePadding="8dp"
|
|
android:drawablePadding="8dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="@string/share_dialog_export_pdf"
|
|
android:text="@string/share_dialog_export_pdf"
|
|
- app:layout_constraintBottom_toTopOf="@id/tv_shareDialog_print"
|
|
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/btn_shareDialog_print"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toLeftOf="@id/view_shareDialog_preview"
|
|
app:layout_constraintRight_toLeftOf="@id/view_shareDialog_preview"
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_shareDialog_editCover" />
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/btn_shareDialog_editCover" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/tv_shareDialog_print"
|
|
|
|
|
|
+ android:id="@+id/btn_shareDialog_print"
|
|
style="@style/Body2"
|
|
style="@style/Body2"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:drawableTint="@android:color/darker_gray"
|
|
android:layout_width="104dp"
|
|
android:layout_width="104dp"
|
|
- android:layout_height="72dp"
|
|
|
|
|
|
+ android:enabled="false"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:drawableTop="@drawable/ic_print_36dp"
|
|
android:drawableTop="@drawable/ic_print_36dp"
|
|
@@ -101,10 +108,11 @@
|
|
android:text="@string/share_dialog_print"
|
|
android:text="@string/share_dialog_print"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toLeftOf="@id/view_shareDialog_preview"
|
|
app:layout_constraintRight_toLeftOf="@id/view_shareDialog_preview"
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_shareDialog_exportPdf" />
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/btn_shareDialog_exportPdf" />
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_shareDialog_bomo"
|
|
android:id="@+id/iv_shareDialog_bomo"
|
|
|
|
+ android:background="?attr/selectableItemBackground"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="36dp"
|
|
android:layout_marginLeft="36dp"
|
|
@@ -115,6 +123,7 @@
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_shareDialog_youtube"
|
|
android:id="@+id/iv_shareDialog_youtube"
|
|
|
|
+ android:tint="@android:color/darker_gray"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="36dp"
|
|
android:layout_marginLeft="36dp"
|
|
@@ -126,6 +135,7 @@
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_shareDialog_facebook"
|
|
android:id="@+id/iv_shareDialog_facebook"
|
|
|
|
+ android:tint="@android:color/darker_gray"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="36dp"
|
|
android:layout_marginLeft="36dp"
|
|
@@ -137,6 +147,7 @@
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_shareDialog_twitter"
|
|
android:id="@+id/iv_shareDialog_twitter"
|
|
|
|
+ android:tint="@android:color/darker_gray"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="36dp"
|
|
android:layout_marginLeft="36dp"
|
|
@@ -148,6 +159,7 @@
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_shareDialog_more"
|
|
android:id="@+id/iv_shareDialog_more"
|
|
|
|
+ android:tint="@android:color/darker_gray"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="36dp"
|
|
android:layout_marginLeft="36dp"
|
|
@@ -159,6 +171,7 @@
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_shareDialog_play"
|
|
android:id="@+id/iv_shareDialog_play"
|
|
|
|
+ android:tint="@android:color/darker_gray"
|
|
android:layout_width="48dp"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
@@ -184,8 +197,8 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginRight="16dp"
|
|
- android:progressTint="@color/cocoa"
|
|
|
|
- android:thumbTint="@color/cocoa"
|
|
|
|
|
|
+ android:progressTint="@android:color/darker_gray"
|
|
|
|
+ android:thumbTint="@android:color/darker_gray"
|
|
app:layout_constraintBottom_toBottomOf="@id/iv_shareDialog_play"
|
|
app:layout_constraintBottom_toBottomOf="@id/iv_shareDialog_play"
|
|
app:layout_constraintLeft_toRightOf="@id/iv_shareDialog_play"
|
|
app:layout_constraintLeft_toRightOf="@id/iv_shareDialog_play"
|
|
app:layout_constraintRight_toLeftOf="@id/tv_shareDialog_time"
|
|
app:layout_constraintRight_toLeftOf="@id/tv_shareDialog_time"
|
|
@@ -193,6 +206,7 @@
|
|
tools:progress="100" />
|
|
tools:progress="100" />
|
|
|
|
|
|
<View
|
|
<View
|
|
|
|
+ android:visibility="invisible"
|
|
android:id="@+id/view_shareDialog_scenes"
|
|
android:id="@+id/view_shareDialog_scenes"
|
|
android:layout_width="560dp"
|
|
android:layout_width="560dp"
|
|
android:layout_height="88dp"
|
|
android:layout_height="88dp"
|