Renaming message_view_header.xml to message_view_fragment.xml
Change-Id: Id0ccc13bfd8dfa63b450d46989938295ba8e78e0
This commit is contained in:
parent
d6a2978857
commit
411314990d
@ -14,11 +14,6 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!--
|
||||
TODO Rename to message_view_fragment.xml
|
||||
Can't do it now because git wouldn't detect renaming.
|
||||
-->
|
||||
|
||||
<ScrollView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/scrollview"
|
@ -286,7 +286,7 @@ public class MessageViewFragment extends Fragment implements View.OnClickListene
|
||||
@Override
|
||||
public View onCreateView(
|
||||
LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
final View view = inflater.inflate(R.layout.message_view_header, container, false);
|
||||
final View view = inflater.inflate(R.layout.message_view_fragment, container, false);
|
||||
|
||||
mSubjectView = (TextView) view.findViewById(R.id.subject);
|
||||
mFromView = (TextView) view.findViewById(R.id.from);
|
||||
|
Loading…
Reference in New Issue
Block a user