mirror of
				https://github.com/SoPat712/TrackCovid19.git
				synced 2025-10-30 12:23:58 -04:00 
			
		
		
		
	Created SendFeedback Activity
This commit is contained in:
		| @@ -14,25 +14,27 @@ | ||||
|         android:supportsRtl="true" | ||||
|         android:theme="@style/AppTheme" | ||||
|         android:usesCleartextTraffic="true"> | ||||
|         <activity android:name="com.josh.trackcovid19v2.HomeActivity" | ||||
|         <activity android:name=".SendFeedbackActivity"></activity> | ||||
|         <activity | ||||
|             android:name=".HomeActivity" | ||||
|             android:label="@string/app_name" | ||||
|             android:screenOrientation="portrait"> | ||||
|  | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.MAIN" /> | ||||
|  | ||||
|                 <category android:name="android.intent.category.LAUNCHER" /> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|         <activity | ||||
|             android:name="com.josh.trackcovid19v2.SettingsActivity" | ||||
|             android:name=".SettingsActivity" | ||||
|             android:label="@string/title_activity_settings" /> | ||||
|         <activity | ||||
|             android:name="com.josh.trackcovid19v2.MainActivity" | ||||
|             android:name=".MainActivity" | ||||
|             android:configChanges="orientation|keyboardHidden" | ||||
|             android:label="@string/app_name" | ||||
|             android:screenOrientation="portrait" | ||||
|             android:theme="@style/AppTheme.NoActionBar"> | ||||
|         </activity> | ||||
|             android:theme="@style/AppTheme.NoActionBar"></activity> | ||||
|  | ||||
|         <meta-data | ||||
|             android:name="preloaded_fonts" | ||||
|             android:resource="@array/preloaded_fonts" /> | ||||
|   | ||||
| @@ -0,0 +1,14 @@ | ||||
| package com.josh.trackcovid19v2; | ||||
|  | ||||
| import androidx.appcompat.app.AppCompatActivity; | ||||
|  | ||||
| import android.os.Bundle; | ||||
|  | ||||
| public class SendFeedbackActivity extends AppCompatActivity { | ||||
|  | ||||
|     @Override | ||||
|     protected void onCreate(Bundle savedInstanceState) { | ||||
|         super.onCreate(savedInstanceState); | ||||
|         setContentView(R.layout.activity_send_feedback); | ||||
|     } | ||||
| } | ||||
							
								
								
									
										9
									
								
								app/src/main/res/layout/activity_send_feedback.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/src/main/res/layout/activity_send_feedback.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent" | ||||
|     tools:context=".SendFeedbackActivity"> | ||||
|  | ||||
| </androidx.constraintlayout.widget.ConstraintLayout> | ||||
		Reference in New Issue
	
	Block a user