Temporarily remove AnimatedTabLayout library.
This commit is contained in:
parent
a32f7c9eb0
commit
4bf1c14bb8
4 changed files with 4 additions and 10 deletions
|
@ -87,8 +87,6 @@ dependencies {
|
|||
implementation 'com.github.bilthon:graphenej:0.4.6'
|
||||
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
|
||||
|
||||
implementation 'com.github.sjaramillo10:AnimatedTabLayout:1.0.3'
|
||||
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.5.0'
|
||||
implementation 'de.hdodenhof:circleimageview:2.2.0'
|
||||
|
||||
|
|
|
@ -1,22 +1,19 @@
|
|||
package cy.agorise.crystalwallet.activities;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.media.MediaPlayer;
|
||||
import android.os.Bundle;
|
||||
import android.support.design.widget.TabLayout;
|
||||
import android.support.v4.app.Fragment;
|
||||
import android.support.v4.app.FragmentManager;
|
||||
import android.support.v4.app.FragmentStatePagerAdapter;
|
||||
import android.support.v4.view.ViewPager;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.support.v7.widget.Toolbar;
|
||||
import android.view.SurfaceHolder;
|
||||
import android.view.SurfaceView;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.bumptech.glide.Glide;
|
||||
import com.bumptech.glide.request.RequestOptions;
|
||||
import com.sjaramillo10.animatedtablayout.AnimatedTabLayout;
|
||||
|
||||
import butterknife.BindView;
|
||||
import butterknife.ButterKnife;
|
||||
|
@ -37,7 +34,7 @@ public class SettingsActivity extends AppCompatActivity{
|
|||
public ImageView ivGoBack;
|
||||
|
||||
@BindView(R.id.tabLayout)
|
||||
public AnimatedTabLayout tabLayout;
|
||||
public TabLayout tabLayout;
|
||||
|
||||
@BindView(R.id.pager)
|
||||
public ViewPager mPager;
|
||||
|
|
|
@ -79,13 +79,12 @@
|
|||
|
||||
</android.support.v7.widget.Toolbar>
|
||||
|
||||
<com.sjaramillo10.animatedtablayout.AnimatedTabLayout
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tabLayout"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:animateLayoutChanges="true"
|
||||
app:tabBoldText="true"
|
||||
app:tabMode="fixed" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
|
||||
</android.support.v7.widget.Toolbar>
|
||||
|
||||
<com.sjaramillo10.animatedtablayout.AnimatedTabLayout
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tabLayout"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/transparent"
|
||||
|
|
Loading…
Reference in a new issue