blob: c991c3221b00b71faa87e098f524b375d47a746e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/stats_view_all_button_background"
android:gravity="center"
android:orientation="horizontal"
android:visibility="gone">
<Button
android:id="@+id/stats_pagination_go_back"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="?android:selectableItemBackground"
android:text="@string/previous_button"
android:textColor="@color/stats_link_text_color" />
<org.wordpress.android.widgets.WPTextView
android:id="@+id/stats_pagination_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/margin_extra_large" />
<Button
android:id="@+id/stats_pagination_go_forward"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="?android:selectableItemBackground"
android:text="@string/next_button"
android:textColor="@color/stats_link_text_color" />
</LinearLayout>