Compare commits

..

No commits in common. "d51441233bd1e103a8f0901cc0d7b9bd5433388a" and "f167ed69f1fea7132090450b3c44df28050268c8" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -18,4 +18,3 @@ class MainActivity : AppCompatActivity() {
} }
} }
} }
//bom dia

View File

@ -16,12 +16,4 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
tools:layout_editor_absoluteX="162dp"
tools:layout_editor_absoluteY="330dp" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>