Skip to content

Commit 52598bb

Browse files
committed
fix error in layout
1 parent 178be8f commit 52598bb

File tree

1 file changed

+1
-1
lines changed
  • src/keepass2android-app/Resources/layout

1 file changed

+1
-1
lines changed

src/keepass2android-app/Resources/layout/about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
android:id="@+id/divider3"
9494
android:layout_width="fill_parent"
9595
android:layout_height="wrap_content"
96-
android:layout_below="@id/donate"
96+
android:layout_below="@id/translate"
9797
android:scaleType="fitXY"
9898
android:src="@android:drawable/divider_horizontal_dark" />
9999
<TextView

0 commit comments

Comments
 (0)