Compare commits
2 Commits
a759a0b333
...
15ad9613a4
| Author | SHA1 | Date |
|---|---|---|
|
|
15ad9613a4 | |
|
|
7af4d64b4b |
|
|
@ -20,6 +20,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
|
||||
return insets;
|
||||
});
|
||||
//adicionei codigo aqui
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -7,13 +7,11 @@
|
|||
android:layout_height="match_parent"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
<TextView
|
||||
<Button
|
||||
android:id="@+id/button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Hello World!"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
android:text="Button"
|
||||
tools:layout_editor_absoluteX="160dp"
|
||||
tools:layout_editor_absoluteY="343dp" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Loading…
Reference in New Issue