Compare commits
No commits in common. "d51441233bd1e103a8f0901cc0d7b9bd5433388a" and "f167ed69f1fea7132090450b3c44df28050268c8" have entirely different histories.
d51441233b
...
f167ed69f1
|
|
@ -17,5 +17,4 @@ class MainActivity : AppCompatActivity() {
|
||||||
insets
|
insets
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//bom dia
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue