Skip to content

Commit

Permalink
update background color and remove screenshot backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
megan-eberle committed Apr 26, 2023
1 parent e4440d7 commit c8d6919
Show file tree
Hide file tree
Showing 25 changed files with 10 additions and 19 deletions.
Binary file added app/src/main/res/drawable/create_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/create_pdf.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/excel_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/excel_pdf.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/extract_images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/extract_images.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/merge_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/merge_pdf.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/qrcode_to_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/qrcode_to_pdf.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/remove_reorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/remove_reorder.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/text_to_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/text_to_pdf.webp
Binary file not shown.
Binary file added app/src/main/res/drawable/view_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/view_pdf.webp
Binary file not shown.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/fragment_step_create_pdf.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/tv_title"
android:layout_margin="48dp"
android:scaleType="centerInside"
android:src="@drawable/create_pdf" />
android:src="@drawable/create_pdf-transformed" />

<TextView
android:id="@+id/tv_title"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_excel_to_pdf.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_extract_images.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_merge_pdf.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_qrcode_to_pdf.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_remove_pages.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_reorder_pages.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_text_to_pdf.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_step_view_file.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mb_white">
android:layout_height="match_parent">

<ImageView
android:layout_width="match_parent"
Expand Down

0 comments on commit c8d6919

Please sign in to comment.