Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <android.support.constraint.ConstraintLayout 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"
- xmlns:htext="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="com.example.iptea.audio22.MainActivity"
- android:background="@drawable/loss_blur"
- >
- <SeekBar
- android:id="@+id/frequency"
- android:layout_width="266dp"
- android:layout_height="33dp"
- android:progressDrawable="@android:color/transparent"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="152dp"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginStart="20dp"
- android:layout_marginEnd="20dp"
- />
- <!--
- <Button
- android:id="@+id/button"
- android:layout_width="150dp"
- android:layout_height="70dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="344dp"
- android:text="Start"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginStart="20dp"
- android:layout_marginEnd="20dp" />
- -->
- <!--
- android:layout_marginRight="20dp"
- android:layout_marginLeft="20dp"
- tools:layout_editor_absoluteX="8dp"
- tools:layout_editor_absoluteY="314dp" -->
- <TextView
- android:id="@+id/textView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Press until you stop hearing"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginTop="50dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="20dp"
- android:textColor="#ffffff"
- android:textSize="25sp"
- android:layout_marginStart="20dp"
- android:layout_marginEnd="20dp" />
- <!--tools:layout_editor_absoluteX="153dp"
- tools:layout_editor_absoluteY="47dp"
- -->
- <!--android:layout_marginRight="20dp"
- android:layout_marginLeft="20dp"
- tools:layout_editor_absoluteX="8dp"
- tools:layout_editor_absoluteY="414dp"
- -->
- <!--
- <TextView
- android:id="@+id/textView2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Progress"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginTop="250dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="20dp"
- android:textColor="#ffffff"
- android:textSize="25sp"
- android:layout_marginStart="20dp"
- android:layout_marginEnd="20dp" />
- -->
- <TextView
- android:id="@+id/textView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="400dp"
- android:text=""
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:textColor="#ffffff"
- android:textSize="25sp"
- android:fontFamily="roboto_light_italic"
- android:layout_marginStart="20dp"
- android:layout_marginEnd="20dp" />
- <!--
- <ImageView
- android:id="@+id/imageView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- app:srcCompat="@drawable/a1"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="344dp"/>
- -->
- <!--
- <com.hanks.htextview.fade.FadeTextView
- android:id="@+id/fadetext"
- android:layout_width="240dp"
- android:layout_height="150dp"
- android:gravity="left"
- android:letterSpacing="0.08"
- android:lineSpacingMultiplier="1.3"
- android:text="This is FadeTextView"
- android:textColor="#fff"
- android:textSize="20sp"
- app:animationDuration="1500" />
- -->
- <!--android:layout_width="240dp"
- android:layout_height="150dp"
- android:gravity="left"-->
- <com.skyfishjy.library.RippleBackground
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/contents"
- app:rb_color="#fbd88f"
- app:rb_radius="50dp"
- app:rb_rippleAmount="4"
- app:rb_duration="3000"
- app:rb_scale="6">
- <de.hdodenhof.circleimageview.CircleImageView
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/centerImage"
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:layout_centerInParent="true"
- android:src="@drawable/a1"
- />
- <!--
- <com.skyfishjy.library.RippleBackground
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:layout_marginTop="200dp"
- 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_marginStart="20dp"
- android:layout_marginEnd="20dp">
- <de.hdodenhof.circleimageview.CircleImageView
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/centerImage"
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:src="@drawable/a1"
- app:civ_border_color="#FFFFFF"
- app:civ_border_width="2dp"
- />
- -->
- <!--
- app:civ_border_width="2dp"
- app:civ_border_color="#FF000000"
- <ImageView
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:layout_centerInParent="true"
- android:id="@+id/centerImage"
- android:src="@drawable/a1"
- />-->
- </com.skyfishjy.library.RippleBackground>
- <!--
- tools:layout_editor_absoluteY="8dp"
- tools:layout_editor_absoluteX="8dp">
- tools:layout_editor_absoluteX="161dp"
- tools:layout_editor_absoluteY="218dp"
- tools:layout_editor_absoluteX="128dp"
- tools:layout_editor_absoluteY="152dp"
- -->
- </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment