Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 8225554

Browse files
committed
screenshots added
1 parent 69c20a9 commit 8225554

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/layout/activity_main.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,18 @@
3434
app:layout_constraintStart_toStartOf="parent"
3535
android:layout_marginTop="20dp"
3636
app:layout_constraintTop_toBottomOf="@+id/normal"
37-
app:layout_constraintEnd_toEndOf="parent" android:layout_marginEnd="8dp" android:layout_marginRight="8dp"
38-
android:layout_marginStart="8dp" android:layout_marginLeft="8dp"/>
37+
app:layout_constraintEnd_toEndOf="parent"
38+
android:layout_marginEnd="8dp"
39+
android:layout_marginRight="8dp"
40+
android:layout_marginStart="8dp"
41+
android:layout_marginLeft="8dp"/>
3942

4043
<Button
4144
android:text="Tap"
4245
android:layout_width="wrap_content"
4346
android:layout_height="wrap_content"
4447
android:id="@+id/buttonTap"
45-
app:layout_constraintStart_toStartOf="@+id/custombtn" android:layout_marginLeft="16dp"
46-
android:layout_marginTop="56dp" android:layout_marginStart="16dp"
48+
app:layout_constraintStart_toStartOf="@+id/custombtn" android:layout_marginLeft="24dp"
49+
android:layout_marginTop="56dp" android:layout_marginStart="24dp"
4750
app:layout_constraintTop_toBottomOf="@+id/custombtn"/>
4851
</android.support.constraint.ConstraintLayout>

device-2018-11-22-155730.png

42.3 KB
Loading

device-2018-11-22-155750.png

38.9 KB
Loading

loadingbutton/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 15
1414
targetSdkVersion 28
1515
versionCode 1
16-
versionName "0.1.0"
16+
versionName "0.1.1"
1717

1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919

0 commit comments

Comments
 (0)