Commit 6cba242d authored by Varun Patil's avatar Varun Patil

Remove unused resources

parent e863eae4
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
tools:context=".fragment.SettingsFragment">
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="4dp"
card_view:cardCornerRadius="1dp"
card_view:cardElevation="1dp">
<LinearLayout
android:id="@+id/role_card_layout"
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_margin="16dp"
android:orientation="horizontal">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/user_card_avatar"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_gravity="center"
android:layout_margin="16dp"
android:scaleType="centerCrop" />
<TextView
android:id="@+id/user_card_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textColor="?themeColorInverse"
android:textSize="18sp" />
</LinearLayout>
</android.support.v7.widget.CardView>
<Switch
android:id="@+id/show_contact_switch"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Show contact no"
android:textSize="20sp"
android:gravity="center_vertical"
android:textAllCaps="false"
android:padding="16dp"
android:visibility="gone" />
<Button
android:id="@+id/settings_update_profile"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="16dp"
android:drawableStart="@drawable/baseline_account_circle_gray_36"
android:gravity="center_vertical"
android:padding="16dp"
android:text="Update Profile"
android:textAllCaps="false"
android:textSize="20sp" />
<Button
android:id="@+id/settings_feedback"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="16dp"
android:drawableStart="@drawable/baseline_feedback_gray_36"
android:gravity="center_vertical"
android:padding="16dp"
android:text="Feedback"
android:textAllCaps="false"
android:textSize="20sp" />
<Button
android:id="@+id/settings_about"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="16dp"
android:drawableStart="@drawable/baseline_info_gray_36"
android:gravity="center_vertical"
android:padding="16dp"
android:text="About"
android:textAllCaps="false"
android:textSize="20sp" />
<Button
android:id="@+id/settings_logout"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="16dp"
android:drawableStart="@drawable/baseline_exit_to_app_gray_36"
android:gravity="center_vertical"
android:padding="16dp"
android:text="Logout"
android:textAllCaps="false"
android:textSize="20sp" />
</LinearLayout>
\ No newline at end of file
<?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="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/suggestion_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="suggestion"
android:padding="8dp"
android:textSize="20sp" />
</LinearLayout>
\ No newline at end of file
......@@ -8,7 +8,6 @@
<color name="primaryTextColor">#fafafa</color>
<color name="secondaryTextColor">#000000</color>
<color name="colorCalendarWeek">#000000</color>
<color name="colorGray">#757575</color>
<color name="colorWhite">#FFFFFF</color>
......
......@@ -6,10 +6,6 @@
<!-- TODO: Remove or change this placeholder text -->
<string name="django_api"> <a href="https://github.com/wncc/IITBapp"> Django API</a></string>
<string name="android_app"> <a href="https://github.com/wncc/InstiApp"> Android App</a></string>
<string name="angular_pwa"> <a href="https://github.com/pulsejet/iitb-app-angular"> Angular PWA </a></string>
<string-array name="hostels_array">
<item>Hostel 1</item>
<item>Hostel 2</item>
......@@ -41,13 +37,11 @@
<string name="vent_your_issues_now">Vent your issues now!</string>
<string name="venter_super_head">Nobody taking care of your civic complaints? Be it garbage, water, potholes etc.</string>
<string name="error_message">Please check your Network Connectivity</string>
<string name="enter_comment">Enter Comment</string>
<string name="enter_suggestions_if_any">Enter Suggestions (if any)</string>
<string name="no_complaints">No complaints at the moment</string>
<string name="initial_message_file_complaint">Please provide the complaint description before submitting</string>
<string name="getting_current_location">Getting current location.</string>
<string name="GPS_not_enables">GPS is not enabled!</string>
<string name="no_permission">No permission!</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="enter_location_details">Enter Location Details</string>
</resources>
......@@ -35,11 +35,6 @@
<item name="windowNoTitle">true</item>
</style>
<style name="AppThemeDark.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<style name="BlueAccent">
<item name="colorAccent">?attr/urlColor</item>
</style>
......@@ -82,11 +77,6 @@
<item name="android:textSize">12sp</item>
</style>
<style name="WindowAnimationTransition">
<item name="android:windowEnterAnimation">@android:anim/fade_in</item>
<item name="android:windowExitAnimation">@android:anim/fade_out</item>
</style>
<style name="MatCalendarHeader" parent="TextAppearance.MaterialCalendarWidget.Header">
<item name="android:textColor">@color/primaryTextColor</item>
<item name="android:textStyle">normal</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment