Skip to content

Commit

Permalink
fix wrong ids
Browse files Browse the repository at this point in the history
  • Loading branch information
edeso committed Oct 25, 2022
1 parent 415f6b0 commit dfe73e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
android:background="#CCC"/>

<TextView
android:id="@+id/aboutLicense"
android:id="@+id/aboutLibraries"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
Expand All @@ -122,7 +122,7 @@
android:textColor="#666"
android:text="@string/about_libraries"/>
<TextView
android:id="@+id/aboutLicense"
android:id="@+id/aboutThanks"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
Expand Down

0 comments on commit dfe73e0

Please sign in to comment.