Przeprowadzka

This commit is contained in:
2026-07-16 12:25:33 +02:00
commit 10d59ede33
7016 changed files with 726877 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="androidx.drawerlayout" >
<uses-sdk android:minSdkVersion="14" />
</manifest>
@@ -0,0 +1,5 @@
aarFormatVersion=1.0
aarMetadataVersion=1.0
minCompileSdk=33
minCompileSdkExtension=0
minAndroidGradlePluginVersion=1.0.0
+5
View File
@@ -0,0 +1,5 @@
int attr drawerLayoutStyle 0x0
int attr elevation 0x0
int dimen def_drawer_elevation 0x0
int[] styleable DrawerLayout { 0x0 }
int styleable DrawerLayout_elevation 0
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
/Users/krzysiek/Projekty/Aplikacje/PRYWATNE/Studia/LABY_PIOTREK/HomePantry/obj/Debug/net10.0-android/lp/133.stamp
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
attr drawerLayoutStyle
attr elevation
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr format="reference" name="drawerLayoutStyle"/>
<attr format="dimension" name="elevation"/>
<dimen name="def_drawer_elevation">10dp</dimen>
<declare-styleable name="DrawerLayout">
<attr name="elevation"/>
</declare-styleable>
</resources>