Skip to content

Commit 2a9d33c

Browse files
committed
Fixed another layout bug.
1 parent f88474f commit 2a9d33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-rtlmarqueeview/src/main/res/layout/view_rtl_marquee.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
android:layout_width="@dimen/fade_width"
3838
android:layout_height="wrap_content"
3939
android:layout_alignTop="@+id/mv_marquee"
40-
android:layout_alignBottom="@id/mv_marquee"
40+
android:layout_alignBottom="@+id/mv_marquee"
4141
android:layout_alignStart="@+id/mv_marquee"
4242
android:src="@drawable/fade_white_reversed"
4343
android:layout_alignLeft="@+id/mv_marquee"/>

0 commit comments

Comments
 (0)