diff options
author | Allan Wang <me@allanwang.ca> | 2019-08-16 00:11:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 00:11:37 -0700 |
commit | a9407288fad0d30e71e2f6862b66533e043f9311 (patch) | |
tree | a357e6cd419123d69ca5d2977c8ce839c56f3d87 /core-ui/src | |
parent | 807a3661e4d234c525ea855ebb7a43a02d5184a1 (diff) | |
parent | 5aefeee08f68777dd07a16bd42a7d2392db6bbc9 (diff) | |
download | kau-a9407288fad0d30e71e2f6862b66533e043f9311.tar.gz kau-a9407288fad0d30e71e2f6862b66533e043f9311.tar.bz2 kau-a9407288fad0d30e71e2f6862b66533e043f9311.zip |
Merge pull request #225 from AllanWang/versions
Versions
Diffstat (limited to 'core-ui/src')
-rw-r--r-- | core-ui/src/main/kotlin/ca/allanwang/kau/ui/widgets/TextSlider.kt | 2 | ||||
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core-ui/src/main/kotlin/ca/allanwang/kau/ui/widgets/TextSlider.kt b/core-ui/src/main/kotlin/ca/allanwang/kau/ui/widgets/TextSlider.kt index 51f7ab9..726f5b6 100644 --- a/core-ui/src/main/kotlin/ca/allanwang/kau/ui/widgets/TextSlider.kt +++ b/core-ui/src/main/kotlin/ca/allanwang/kau/ui/widgets/TextSlider.kt @@ -138,7 +138,7 @@ class TextSlider @JvmOverloads constructor( init { setFactory { TextView(context).apply { - //replica of toolbar title + // replica of toolbar title gravity = Gravity.START setSingleLine() ellipsize = TextUtils.TruncateAt.END diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index 71657d6..f62ed25 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,10 +1,10 @@ <resources xmlns:tools='http://schemas.android.com/tools' tools:ignore='ResourceName'>
<!-- AUTO-GENERATED FILE. DO NOT MODIFY. public.xml is generated by the generatepublicxml gradle task --> - <public name='kau_recycler_detached_background' type='layout' /> - <public name='kau_recycler_textslider' type='layout' /> - <public name='kau_elastic_recycler_activity' type='layout' /> <public name='Kau.Translucent' type='style' /> <public name='Kau.Translucent.NoAnimation' type='style' /> <public name='Kau.Translucent.SlideBottom' type='style' /> <public name='Kau.Translucent.SlideTop' type='style' /> + <public name='kau_recycler_detached_background' type='layout' /> + <public name='kau_elastic_recycler_activity' type='layout' /> + <public name='kau_recycler_textslider' type='layout' /> </resources>
\ No newline at end of file |