Compare commits

..

No commits in common. "a5c924e4457fac32babcf9d11d6d5da8b6f8a77e" and "a472faa2c5d62446deed25ac20024c8c33733e45" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -20,6 +20,5 @@ public class MainActivity extends AppCompatActivity {
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom); v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
return insets; return insets;
}); });
//adicionei código aqui
} }
} }

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="161dp"
tools:layout_editor_absoluteY="335dp" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>