Skip to content

Commit

Permalink
moved disclaimer in plugin activity to be visible at run time (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTR authored Oct 4, 2023
1 parent 7ec0f12 commit f5c3f0a
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,19 +246,19 @@

</androidx.appcompat.widget.LinearLayoutCompat>

<ImageView
android:id="@+id/imgOutput"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:contentDescription="@null" />

<TextView
android:id="@+id/tvDisclaimer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="invisible"
android:text="@string/legal_disclaimer" />

<ImageView
android:id="@+id/imgOutput"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:contentDescription="@null" />

</androidx.appcompat.widget.LinearLayoutCompat>
</RelativeLayout>

0 comments on commit f5c3f0a

Please sign in to comment.