initial commit taken from gitlab.lrz.de

This commit is contained in:
privatereese
2018-08-24 18:09:42 +02:00
parent ae54ed4c48
commit fc05486403
28494 changed files with 2159823 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
-->
<manifest
package="com.facebook.fbui.textlayoutbuilder"
xmlns:android="http://schemas.android.com/apk/res/android" >
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="24" />
</manifest>

View File

@@ -0,0 +1,20 @@
int[] styleable TextAppearance { 0x01010095, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164 }
int styleable TextAppearance_android_shadowColor 3
int styleable TextAppearance_android_shadowDx 4
int styleable TextAppearance_android_shadowDy 5
int styleable TextAppearance_android_shadowRadius 6
int styleable TextAppearance_android_textColor 2
int styleable TextAppearance_android_textSize 0
int styleable TextAppearance_android_textStyle 1
int[] styleable TextStyle { 0x01010034, 0x01010095, 0x01010097, 0x01010098, 0x010100ab, 0x01010153, 0x0101015d, 0x01010161, 0x01010162, 0x01010163, 0x01010164 }
int styleable TextStyle_android_ellipsize 4
int styleable TextStyle_android_maxLines 5
int styleable TextStyle_android_shadowColor 7
int styleable TextStyle_android_shadowDx 8
int styleable TextStyle_android_shadowDy 9
int styleable TextStyle_android_shadowRadius 10
int styleable TextStyle_android_singleLine 6
int styleable TextStyle_android_textAppearance 0
int styleable TextStyle_android_textColor 3
int styleable TextStyle_android_textSize 1
int styleable TextStyle_android_textStyle 2

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
-->
<manifest
package="com.facebook.fbui.textlayoutbuilder"
xmlns:android="http://schemas.android.com/apk/res/android" >
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="24" />
</manifest>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="TextAppearance"><attr name="android:textColor"/><attr name="android:textSize"/><attr name="android:textStyle"/><attr name="android:shadowColor"/><attr name="android:shadowDx"/><attr name="android:shadowDy"/><attr name="android:shadowRadius"/></declare-styleable>
<declare-styleable name="TextStyle"><attr name="android:textAppearance"/><attr name="android:textColor"/><attr name="android:textSize"/><attr name="android:textStyle"/><attr name="android:shadowColor"/><attr name="android:shadowDx"/><attr name="android:shadowDy"/><attr name="android:shadowRadius"/><attr name="android:singleLine"/><attr name="android:maxLines"/><attr name="android:ellipsize"/></declare-styleable>
</resources>