diff options
Diffstat (limited to 'res/layout/save_apply_button.xml')
-rw-r--r-- | res/layout/save_apply_button.xml | 42 |
1 files changed, 9 insertions, 33 deletions
diff --git a/res/layout/save_apply_button.xml b/res/layout/save_apply_button.xml index ac0fee9..1009c9c 100644 --- a/res/layout/save_apply_button.xml +++ b/res/layout/save_apply_button.xml @@ -16,36 +16,12 @@ limitations under the License. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/save_apply_layout" - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_gravity="bottom|left" - android:visibility="gone"> - - <LinearLayout - android:orientation="horizontal" - android:layout_width="match_parent" - android:layout_height="wrap_content"> - - <Space - android:layout_width="0dp" - android:layout_height="match_parent" - android:layout_weight="1"/> - - <Button - android:id="@+id/save_apply_button" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginEnd="8dp" - android:layout_marginBottom="8dp" - android:background="@drawable/save_apply_button_selector"/> - - </LinearLayout> - - <org.cyanogenmod.theme.widget.NavBarSpace - android:layout_width="match_parent" - android:layout_height="@dimen/navigation_bar_height"/> - -</LinearLayout>
\ No newline at end of file +<Button xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/save_apply_button" + android:layout_width="@dimen/save_apply_fab_width" + android:layout_height="@dimen/save_apply_fab_height" + android:layout_gravity="bottom|end" + android:layout_marginEnd="8dp" + android:layout_marginBottom="8dp" + android:background="@drawable/save_apply_button_selector" + android:visibility="gone"/> |