Compare commits
No commits in common. "91fee1dc097ceba3e0f707dc664c310bf830fa0f" and "64ea0673baded6bebc77c56ed8d9ef90f935053f" have entirely different histories.
91fee1dc09
...
64ea0673ba
|
|
@ -20,6 +20,5 @@ public class MainActivity extends AppCompatActivity {
|
|||
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
|
||||
return insets;
|
||||
});
|
||||
// Hello World button
|
||||
}
|
||||
}
|
||||
|
|
@ -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="163dp"
|
||||
tools:layout_editor_absoluteY="341dp" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Loading…
Reference in New Issue