Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="com.example.iptea.audio22.MainActivity"
- android:background="@drawable/loss_blur">
- <TextView
- android:id="@+id/instruction_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:text="@string/instruction_text"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginTop="50dp"
- android:textColor="#ffffff"
- android:textSize="22sp"
- tools:layout_constraintRight_creator="1"
- tools:layout_constraintLeft_creator="1" />
- <com.sdsmdg.harjot.crollerTest.Croller
- android:id="@+id/croller"
- app:indicator_width="0"
- android:layout_width="170dp"
- android:layout_height="170dp"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- app:label=""
- app:back_circle_color="#EDEDED"
- app:is_continuous="true"
- app:main_circle_color="#fbd88f"
- app:max="100"
- app:progress_primary_color="#42f4d4"
- app:progress_secondary_color="#b3ecff"
- app:start_offset="0" />
- <com.skyfishjy.library.RippleBackground
- android:id="@+id/contents"
- app:rb_color="#fbd88f"
- app:rb_radius="50dp"
- app:rb_rippleAmount="4"
- app:rb_duration="3000"
- app:rb_scale="6"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true">
- <de.hdodenhof.circleimageview.CircleImageView
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:layout_centerInParent="true"
- android:id="@+id/centerImage"
- android:src="@drawable/a1" />
- </com.skyfishjy.library.RippleBackground>
- <com.hanks.htextview.fade.FadeTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="450dp"
- app:layout_constraintTop_toTopOf="parent"
- tools:layout_constraintRight_creator="1"
- tools:layout_constraintLeft_creator="1"
- android:id="@+id/animatedText"
- android:textColor="#fff"
- android:textSize="22sp"
- android:fontFamily="roboto_light_italic"
- app:animationDuration="1500"/>
- <com.hanks.htextview.fade.FadeTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="480dp"
- app:layout_constraintTop_toTopOf="parent"
- tools:layout_constraintRight_creator="1"
- tools:layout_constraintLeft_creator="1"
- android:id="@+id/animatedText2"
- android:textColor="#fff"
- android:textSize="22sp"
- android:fontFamily="roboto_light_italic"
- app:animationDuration="1500"/>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment