|
|
@@ -73,14 +73,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true" />
|
|
|
|
|
|
- <com.datarecovery.master.widget.WatermarkView
|
|
|
- android:id="@+id/watermark_view"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- app:watermark_color="#6d6d6d"
|
|
|
- app:watermark_text="@string/export_without_watermark"
|
|
|
- isGone="@{!previewViewModel.isTrial}"
|
|
|
- app:watermark_textSize="14sp" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
@@ -100,6 +92,16 @@
|
|
|
app:layout_constraintDimensionRatio="360:254"
|
|
|
app:layout_constraintTop_toTopOf="@+id/preview_video_container" />
|
|
|
|
|
|
+
|
|
|
+ <com.datarecovery.master.widget.WatermarkView
|
|
|
+ android:id="@+id/watermark_view"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ app:watermark_color="#6d6d6d"
|
|
|
+ app:watermark_text="@string/export_without_watermark"
|
|
|
+ isGone="@{!previewViewModel.isTrial}"
|
|
|
+ app:watermark_textSize="14sp" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/preview_play"
|
|
|
android:layout_width="0dp"
|