|
|
|
@ -22,17 +22,41 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
android:background="?attr/backcolor" |
|
|
|
|
tools:ignore="ContentDescription,RtlHardcoded"> |
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView |
|
|
|
|
android:id="@+id/sites_recycler" |
|
|
|
|
<org.floens.chan.ui.view.CrossfadeView |
|
|
|
|
android:id="@+id/crossfade" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:paddingBottom="72dp" |
|
|
|
|
android:paddingLeft="8dp" |
|
|
|
|
android:paddingRight="8dp" |
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
android:scrollbarStyle="outsideOverlay" |
|
|
|
|
android:scrollbars="vertical" /> |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView |
|
|
|
|
android:id="@+id/sites_recycler" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:paddingBottom="72dp" |
|
|
|
|
android:paddingLeft="8dp" |
|
|
|
|
android:paddingRight="8dp" |
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
android:scrollbarStyle="outsideOverlay" |
|
|
|
|
android:scrollbars="vertical" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:visibility="gone"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
style="?android:attr/textAppearanceMedium" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:text="@string/setup_sites_empty" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
</org.floens.chan.ui.view.CrossfadeView> |
|
|
|
|
|
|
|
|
|
<android.support.design.widget.FloatingActionButton |
|
|
|
|
android:id="@+id/add" |
|
|
|
|