Skip to content

Commit 311cc66

Browse files
author
MorochoRochaDarwin
committed
center
1 parent 56133dd commit 311cc66

File tree

4 files changed

+75
-2
lines changed

4 files changed

+75
-2
lines changed

.idea/markdown-navigator.xml

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
2121
dependencies {
22-
compile 'com.github.MorochoRochaDarwin:HorizontalScrollMenu:2.0.0'
22+
compile 'com.github.MorochoRochaDarwin:HorizontalScrollMenu:2.0.1'
2323
}
2424
```
2525

horizontalscrollmenulibrary/src/main/res/layout/hscroll_menu.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="wrap_content"
6+
android:gravity="center_horizontal"
67
android:orientation="vertical">
78

89

910
<android.support.v7.widget.RecyclerView
1011
android:id="@+id/recyclerViewItems"
11-
android:layout_width="match_parent"
12+
android:layout_width="wrap_content"
1213
android:layout_height="match_parent" />
1314
</LinearLayout>

0 commit comments

Comments
 (0)