Skip to content

Commit

Permalink
Migrate Open Source licenses screen from Google oss-licenses-plugin t…
Browse files Browse the repository at this point in the history
…o AboutLibraries
  • Loading branch information
wseemann committed Jul 30, 2022
1 parent 1b56fce commit ff1ece0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/res/layout/fragment_manual_connection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/purple">
android:orientation="vertical">

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:layout_marginBottom="10dip"
android:gravity="center"
android:textColor="@android:color/white"
android:textAppearance="@android:style/TextAppearance.Medium"
android:text="@string/connect_help"/>

Expand Down

0 comments on commit ff1ece0

Please sign in to comment.