updating commons to 5.29.7
This commit is contained in:
parent
54fb9c4c35
commit
f166a552e6
3 changed files with 8 additions and 11 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
propMinSdkVersion = 21
|
propMinSdkVersion = 21
|
||||||
propTargetSdkVersion = propCompileSdkVersion
|
propTargetSdkVersion = propCompileSdkVersion
|
||||||
propVersionCode = 1
|
propVersionCode = 1
|
||||||
propVersionName = '5.29.6'
|
propVersionName = '5.29.7'
|
||||||
kotlin_version = '1.3.72'
|
kotlin_version = '1.3.72'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
|
|
||||||
<corners
|
<corners
|
||||||
android:bottomLeftRadius="@dimen/normal_margin"
|
android:bottomLeftRadius="@dimen/normal_margin"
|
||||||
android:topLeftRadius="@dimen/normal_margin"/>
|
android:topLeftRadius="@dimen/normal_margin" />
|
||||||
|
|
||||||
<solid android:color="@color/color_primary"/>
|
<solid android:color="@color/color_primary" />
|
||||||
|
|
||||||
<size
|
<size
|
||||||
android:width="@dimen/fastscroll_width"
|
android:width="@dimen/fastscroll_width"
|
||||||
android:height="@dimen/fastscroll_height"/>
|
android:height="@dimen/fastscroll_height" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merge
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -9,14 +8,13 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end"
|
android:layout_gravity="end"
|
||||||
android:alpha="0"
|
android:alpha="0"
|
||||||
android:background="@drawable/fastscroller_handle_vertical"/>
|
android:background="@drawable/fastscroller_handle_vertical" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/fastscroller_bubble"
|
android:id="@+id/fastscroller_bubble"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="@dimen/bigger_margin"
|
android:layout_marginEnd="@dimen/bigger_margin"
|
||||||
android:layout_marginRight="@dimen/bigger_margin"
|
|
||||||
android:alpha="0"
|
android:alpha="0"
|
||||||
android:background="@drawable/fastscroller_bubble"
|
android:background="@drawable/fastscroller_bubble"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
|
@ -24,6 +22,6 @@
|
||||||
android:padding="@dimen/medium_margin"
|
android:padding="@dimen/medium_margin"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textSize="@dimen/normal_text_size"
|
android:textSize="@dimen/normal_text_size"
|
||||||
tools:text="bubble"/>
|
tools:text="bubble" />
|
||||||
|
|
||||||
</merge>
|
</merge>
|
||||||
|
|
Loading…
Reference in a new issue