Guest User

Untitled

a guest
Apr 15th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.38 KB | None | 0 0
  1. <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:app="http://schemas.android.com/apk/res-auto"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    android:id="@+id/linearLayout"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:layout_marginTop="54dp"
  8.    android:background="?android:attr/windowBackground"
  9.    android:clipChildren="false"
  10.    android:orientation="vertical"
  11.    android:theme="@style/AppTheme"
  12.    tools:layout_editor_absoluteY="25dp">
  13.  
  14.  
  15.  
  16.  
  17.     <androidx.appcompat.widget.AppCompatButton
  18.        android:id="@+id/learnTickets"
  19.        style="@style/AppTheme"
  20.        android:layout_width="@dimen/_145sdp"
  21.        android:layout_height="@dimen/_145sdp"
  22.        android:layout_marginStart="8dp"
  23.        android:layout_marginLeft="@dimen/_8sdp"
  24.        android:layout_marginEnd="4dp"
  25.        android:layout_marginRight="@dimen/_4sdp"
  26.        android:layout_marginBottom="@dimen/_16sdp"
  27.        android:onClick="onLearnTickets"
  28.        android:paddingTop="@dimen/_110sdp    
  29.        android:textSize="@dimen/button_text_size"
  30.        app:layout_constraintBottom_toTopOf="@+id/ErrorsButton"
  31.        app:layout_constraintEnd_toStartOf="@+id/exam"
  32.        app:layout_constraintHorizontal_bias="0.5"
  33.        app:layout_constraintStart_toStartOf="parent" />
Advertisement
Add Comment
Please, Sign In to add comment