summaryrefslogtreecommitdiffstats
path: root/app/src
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2020-04-04 16:05:27 +0200
committertom79 <tschneider.ac@gmail.com>2020-04-04 16:05:27 +0200
commitd6e293c33e2f25c4aae17a4433556506e5becd6e (patch)
treef7166d0b98ffbf02c713e2b2be735fc8fc9c7995 /app/src
parent3d54ce29cdcc59da1ec6df909045fa7f3323a854 (diff)
copy release notes
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/drawable-hdpi/ic_opencollective.pngbin1287 -> 0 bytes
-rw-r--r--app/src/main/res/drawable-ldpi/ic_opencollective.pngbin548 -> 0 bytes
-rw-r--r--app/src/main/res/drawable-mdpi/ic_opencollective.pngbin902 -> 0 bytes
-rw-r--r--app/src/main/res/drawable-xhdpi/ic_opencollective.pngbin2138 -> 0 bytes
-rw-r--r--app/src/main/res/drawable-xxhdpi/ic_opencollective.pngbin2679 -> 0 bytes
-rw-r--r--app/src/main/res/drawable-xxxhdpi/ic_opencollective.pngbin4294 -> 0 bytes
-rw-r--r--app/src/main/res/layout/activity_opencollective.xml108
7 files changed, 0 insertions, 108 deletions
diff --git a/app/src/main/res/drawable-hdpi/ic_opencollective.png b/app/src/main/res/drawable-hdpi/ic_opencollective.png
deleted file mode 100644
index 9a50d5d39..000000000
--- a/app/src/main/res/drawable-hdpi/ic_opencollective.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/drawable-ldpi/ic_opencollective.png b/app/src/main/res/drawable-ldpi/ic_opencollective.png
deleted file mode 100644
index 8912f1094..000000000
--- a/app/src/main/res/drawable-ldpi/ic_opencollective.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/drawable-mdpi/ic_opencollective.png b/app/src/main/res/drawable-mdpi/ic_opencollective.png
deleted file mode 100644
index da944c6b5..000000000
--- a/app/src/main/res/drawable-mdpi/ic_opencollective.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_opencollective.png b/app/src/main/res/drawable-xhdpi/ic_opencollective.png
deleted file mode 100644
index ce38fd844..000000000
--- a/app/src/main/res/drawable-xhdpi/ic_opencollective.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_opencollective.png b/app/src/main/res/drawable-xxhdpi/ic_opencollective.png
deleted file mode 100644
index eed275957..000000000
--- a/app/src/main/res/drawable-xxhdpi/ic_opencollective.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/drawable-xxxhdpi/ic_opencollective.png b/app/src/main/res/drawable-xxxhdpi/ic_opencollective.png
deleted file mode 100644
index 7010bbbf5..000000000
--- a/app/src/main/res/drawable-xxxhdpi/ic_opencollective.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/layout/activity_opencollective.xml b/app/src/main/res/layout/activity_opencollective.xml
deleted file mode 100644
index c36155665..000000000
--- a/app/src/main/res/layout/activity_opencollective.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><!--
- Copyright 2019 Thomas Schneider
-
- This file is a part of Fedilab
-
- This program is free software; you can redistribute it and/or modify it under the terms of the
- GNU General Public License as published by the Free Software Foundation; either version 3 of the
- License, or (at your option) any later version.
-
- Fedilab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
- Public License for more details.
-
- You should have received a copy of the GNU General Public License along with Fedilab; if not,
- see <http://www.gnu.org/licenses>.
--->
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="@dimen/fab_margin"
- android:orientation="vertical">
-
-
- <!-- About OpenCollective -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:padding="5dp">
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_weight="2"
- android:drawableStart="@drawable/ic_opencollective"
- android:drawableLeft="@drawable/ic_opencollective"
- android:drawablePadding="5dp"
- android:gravity="center"
- android:text="@string/about_opencollective"
- android:textSize="16sp" />
-
- <Button
- android:id="@+id/about_opencollective"
- style="@style/Base.Widget.AppCompat.Button.Colored"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:text="Open Collective"
- tools:ignore="HardcodedText" />
- </LinearLayout>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:text="@string/more_about_opencollective"
- android:textSize="16sp" />
-
- <!-- About developer -->
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginTop="10dp"
- android:gravity="center_vertical"
- android:padding="5dp"
- android:text="Backers"
- android:textColor="?colorAccent"
- android:textSize="16sp"
- tools:ignore="HardcodedText" />
-
- <app.fedilab.android.helper.ExpandableHeightListView
- android:id="@+id/lv_backers"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:divider="@null"
- android:scrollbars="none" />
-
-
- <!-- About UX/UI designer -->
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginTop="10dp"
- android:gravity="center_vertical"
- android:padding="5dp"
- android:text="Sponsors"
- android:textColor="?colorAccent"
- android:textSize="16sp"
- tools:ignore="HardcodedText" />
-
- <app.fedilab.android.helper.ExpandableHeightListView
- android:id="@+id/lv_sponsors"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:divider="@null"
- android:scrollbars="none" />
-
- </LinearLayout>
-</ScrollView>