Update AnimatedTabLayout library and set Settings tab bold text
This commit is contained in:
parent
c19839a921
commit
17b0124946
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ dependencies {
|
|||
implementation 'com.github.bilthon:graphenej:0.4.6'
|
||||
implementation 'com.google.zxing:core:3.3.1'
|
||||
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
|
||||
implementation 'com.github.sjaramillo10:AnimatedTabLayout:v1.0.1'
|
||||
implementation 'com.github.sjaramillo10:AnimatedTabLayout:1.0.3'
|
||||
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.5.0'
|
||||
implementation 'de.hdodenhof:circleimageview:2.2.0'
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:animateLayoutChanges="true"
|
||||
app:tabBoldText="true"
|
||||
app:tabMode="fixed" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Reference in a new issue