Renaming message_view_header.xml to message_view_fragment.xml

Change-Id: Id0ccc13bfd8dfa63b450d46989938295ba8e78e0
This commit is contained in:
Makoto Onuki 2010-07-21 17:23:07 -07:00
parent d6a2978857
commit 411314990d
2 changed files with 1 additions and 6 deletions

View File

@ -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"

View File

@ -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);