Compare commits
No commits in common. "0d5678eaf0c1f248ef8989b3d34ff7f27bd2d136" and "df414af353b457b5d8b81cf4c850fd8756a6f70d" have entirely different histories.
0d5678eaf0
...
df414af353
|
|
@ -20,6 +20,5 @@ public class MainActivity extends AppCompatActivity {
|
|||
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
|
||||
return insets;
|
||||
});
|
||||
//adicionei código aqui
|
||||
}
|
||||
}
|
||||
|
|
@ -16,12 +16,4 @@
|
|||
app:layout_constraintStart_toStartOf="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="159dp"
|
||||
tools:layout_editor_absoluteY="341dp" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Loading…
Reference in New Issue