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
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="androidx.appcompat.resources" >
<uses-sdk android:minSdkVersion="21" />
</manifest>
@@ -0,0 +1,6 @@
aarFormatVersion=1.0
aarMetadataVersion=1.0
minCompileSdk=34
minCompileSdkExtension=0
minAndroidGradlePluginVersion=1.0.0
coreLibraryDesugaringEnabled=false
+25
View File
@@ -0,0 +1,25 @@
int drawable abc_vector_test 0x0
int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
int styleable AnimatedStateListDrawableCompat_android_constantSize 0
int styleable AnimatedStateListDrawableCompat_android_dither 1
int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
int styleable AnimatedStateListDrawableCompat_android_visible 5
int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
int styleable AnimatedStateListDrawableItem_android_drawable 0
int styleable AnimatedStateListDrawableItem_android_id 1
int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
int styleable AnimatedStateListDrawableTransition_android_drawable 0
int styleable AnimatedStateListDrawableTransition_android_fromId 1
int styleable AnimatedStateListDrawableTransition_android_reversible 2
int styleable AnimatedStateListDrawableTransition_android_toId 3
int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
int styleable StateListDrawable_android_constantSize 0
int styleable StateListDrawable_android_dither 1
int styleable StateListDrawable_android_enterFadeDuration 2
int styleable StateListDrawable_android_exitFadeDuration 3
int styleable StateListDrawable_android_variablePadding 4
int styleable StateListDrawable_android_visible 5
int[] styleable StateListDrawableItem { 0x1010199 }
int styleable StateListDrawableItem_android_drawable 0
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/136.stamp
Binary file not shown.
View File
Binary file not shown.
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016 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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
android:fillColor="@android:color/white"
android:pathData="M20,11L7.8,11l5.6,-5.6L12,4l-8,8l8,8l1.4,-1.4L7.8,13L20,13L20,11z"/>
</vector>
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AnimatedStateListDrawableCompat">
<attr name="android:visible"/>
<attr name="android:variablePadding"/>
<attr name="android:constantSize"/>
<attr name="android:dither"/>
<attr name="android:enterFadeDuration"/>
<attr name="android:exitFadeDuration"/>
</declare-styleable>
<declare-styleable name="AnimatedStateListDrawableItem">
<attr name="android:drawable"/>
<attr name="android:id"/>
</declare-styleable>
<declare-styleable name="AnimatedStateListDrawableTransition">
<attr name="android:fromId"/>
<attr name="android:toId"/>
<attr name="android:drawable"/>
<attr name="android:reversible"/>
</declare-styleable>
<declare-styleable name="StateListDrawable">
<attr name="android:visible"/>
<attr name="android:variablePadding"/>
<attr name="android:constantSize"/>
<attr name="android:dither"/>
<attr name="android:enterFadeDuration"/>
<attr name="android:exitFadeDuration"/>
</declare-styleable>
<declare-styleable name="StateListDrawableItem">
<attr name="android:drawable"/>
</declare-styleable>
</resources>