Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: Android のグラデーション付きテキスト
白い背景とグラデーション色のテキストでアプリのボタンを作成しようとしています。ただし、私が見つけたものはすべて、別の XML ファイルを使用して背景のみをグラデーション カラーにするためのアドバイスを提供します。ボタンのテキストだけをグラデーションで色付けすることが可能かどうか、またその方法を教えてください。
グラデーション カラーでクリック可能な textView を作成し、その背景を必要に応じて設定します。@SidharthLele で指定されたリンクをたどってください。
私はこの例を試しました:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF pri