Messaging: Replace fragment with FragmentContainerView
* Following recommendation of AS * Also add the missing newlines at the end - they should be there and a separate change doesn't make sense Change-Id: I90ce1574910275458f51a151c8dcd6da49433504
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<fragment
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
class="com.android.messaging.ui.conversationlist.ConversationListFragment"
|
||||
android:name="com.android.messaging.ui.conversationlist.ConversationListFragment"
|
||||
android:id="@+id/conversation_list_fragment"
|
||||
android:theme="@style/Theme.MaterialComponents.Light.DarkActionBar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
Reference in New Issue
Block a user